5#ifndef SPA_DEBUG_NODE_H 
    6#define SPA_DEBUG_NODE_H 
   21#ifndef SPA_API_DEBUG_NODE 
   23  #define SPA_API_DEBUG_NODE SPA_API_IMPL 
   25  #define SPA_API_DEBUG_NODE static inline 
   31        spa_debugc(ctx, 
"%*s" "struct spa_port_info %p:", indent, 
"", info);
 
   32        spa_debugc(ctx, 
"%*s" " flags: \t%08" PRIx64, indent, 
"", info->flags);
 
   33        spa_debugc(ctx, 
"%*s" " rate: \t%d/%d", indent, 
"", info->rate.num, info->rate.denom);
 
#define spa_debugc(_c, _fmt,...)
Definition context.h:49
SPA_API_DEBUG_DICT int spa_debugc_dict(struct spa_debug_context *ctx, int indent, const struct spa_dict *dict)
Definition dict.h:35
SPA_API_DEBUG_NODE int spa_debugc_port_info(struct spa_debug_context *ctx, int indent, const struct spa_port_info *info)
Definition node.h:36
#define SPA_API_DEBUG_NODE
Definition node.h:32
SPA_API_DEBUG_NODE int spa_debug_port_info(int indent, const struct spa_port_info *info)
Definition node.h:49
Port information structure.
Definition node.h:103