5#ifndef SPA_DEBUG_NODE_H 
    6#define SPA_DEBUG_NODE_H 
   23        spa_debugc(ctx, 
"%*s" "struct spa_port_info %p:", indent, 
"", info);
 
   24        spa_debugc(ctx, 
"%*s" " flags: \t%08" PRIx64, indent, 
"", info->flags);
 
   25        spa_debugc(ctx, 
"%*s" " rate: \t%d/%d", indent, 
"", info->rate.num, info->rate.denom);
 
static int spa_debug_port_info(int indent, const struct spa_port_info *info)
Definition node.h:39
#define spa_debugc(_c, _fmt,...)
Definition context.h:38
static int spa_debugc_dict(struct spa_debug_context *ctx, int indent, const struct spa_dict *dict)
Definition dict.h:25
static int spa_debugc_port_info(struct spa_debug_context *ctx, int indent, const struct spa_port_info *info)
Definition node.h:26
Port information structure.
Definition node.h:93