5 #ifndef SPA_AUDIO_RAW_UTILS_H 6 #define SPA_AUDIO_RAW_UTILS_H 25 struct spa_pod *position = NULL;
34 if (position == NULL ||
#define SPA_POD_OPT_Id(val)
Definition: parser.h:520
#define SPA_POD_Int(val)
Definition: vararg.h:54
media type (Id enum spa_media_type)
Definition: param/format.h:93
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:647
Audio information description.
Definition: audio/raw.h:285
uint32_t rate
Definition: audio/raw.h:288
enum spa_audio_format format
Definition: audio/raw.h:286
static int spa_format_audio_raw_parse(const struct spa_pod *format, struct spa_audio_info_raw *info)
Definition: audio/raw-utils.h:28
#define SPA_FLAG_SET(field, flag)
Definition: defs.h:79
static struct spa_pod * spa_format_audio_raw_build(struct spa_pod_builder *builder, uint32_t id, struct spa_audio_info_raw *info)
Definition: audio/raw-utils.h:47
#define SPA_AUDIO_MAX_CHANNELS
Definition: audio/raw.h:29
#define SPA_POD_OPT_Int(val)
Definition: parser.h:522
media subtype (Id enum spa_media_subtype)
Definition: param/format.h:94
uint32_t flags
Definition: audio/raw.h:287
Definition: param/format.h:27
static void * spa_pod_builder_pop(struct spa_pod_builder *builder, struct spa_pod_frame *frame)
Definition: builder.h:168
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:576
Definition: spa/include/spa/utils/type.h:76
uint32_t position[SPA_AUDIO_MAX_CHANNELS]
Definition: audio/raw.h:290
Definition: audio/raw.h:32
Definition: spa/include/spa/utils/type.h:33
channel positions (Id enum spa_audio_position)
Definition: param/format.h:102
sample rate (Int)
Definition: param/format.h:100
number of audio channels (Int)
Definition: param/format.h:101
static int spa_pod_builder_push_object(struct spa_pod_builder *builder, struct spa_pod_frame *frame, uint32_t type, uint32_t id)
Definition: builder.h:435
#define SPA_FLAG_IS_SET(field, flag)
Definition: defs.h:76
audio format, (Id enum spa_audio_format)
Definition: param/format.h:98
#define SPA_AUDIO_FLAG_UNPOSITIONED
Definition: audio/raw.h:282
#define SPA_POD_Id(val)
Definition: vararg.h:49
#define SPA_POD_OPT_Pod(val)
Definition: parser.h:546
Definition: param/format.h:38
static uint32_t spa_pod_copy_array(const struct spa_pod *pod, uint32_t type, void *values, uint32_t max_values)
Definition: iter.h:329
uint32_t channels
Definition: audio/raw.h:289
#define SPA_POD_Array(csize, ctype, n_vals, vals)
Definition: vararg.h:120