25 #ifndef SPA_DEBUG_NODE_H 
   26 #define SPA_DEBUG_NODE_H 
   41 #define spa_debug(...)  ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) 
   46         spa_debug(
"%*s" "struct spa_port_info %p:", indent, 
"", info);
 
static int spa_debug_dict(int indent, const struct spa_dict *dict)
Definition: dict.h:48
 
static int spa_debug_port_info(int indent, const struct spa_port_info *info)
Definition: node.h:49
 
#define spa_debug(...)
Definition: node.h:46
 
uint32_t num
Definition: defs.h:122
 
uint32_t denom
Definition: defs.h:123
 
Port information structure.
Definition: node.h:113
 
uint64_t flags
port flags
Definition: node.h:151
 
struct spa_fraction rate
rate of sequence numbers on port
Definition: node.h:152