25 #ifndef SPA_AUDIO_DSD_UTILS_H 26 #define SPA_AUDIO_DSD_UTILS_H 45 struct spa_pod *position = NULL;
55 if (position == NULL ||
#define SPA_POD_OPT_Id(val)
Definition: parser.h:540
Interleave bytes (Int)
Definition: param/format.h:126
static int spa_format_audio_dsd_parse(const struct spa_pod *format, struct spa_audio_info_dsd *info)
Definition: dsd-utils.h:48
#define SPA_POD_Int(val)
Definition: vararg.h:74
media type (Id enum spa_media_type)
Definition: param/format.h:112
static struct spa_pod * spa_format_audio_dsd_build(struct spa_pod_builder *builder, uint32_t id, struct spa_audio_info_dsd *info)
Definition: dsd-utils.h:68
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:667
S/PDIF.
Definition: param/format.h:61
unknown bitorder
Definition: param.h:94
bit order (Id enum spa_param_bitorder)
Definition: param/format.h:125
#define SPA_FLAG_SET(field, flag)
Definition: defs.h:95
uint32_t rate
Definition: dsd.h:72
#define SPA_AUDIO_MAX_CHANNELS
Definition: audio/raw.h:49
#define SPA_POD_OPT_Int(val)
Definition: parser.h:542
media subtype (Id enum spa_media_subtype)
Definition: param/format.h:113
Definition: param/format.h:47
static void * spa_pod_builder_pop(struct spa_pod_builder *builder, struct spa_pod_frame *frame)
Definition: builder.h:188
enum spa_param_bitorder bitorder
Definition: dsd.h:69
Definition: spa/include/spa/utils/type.h:96
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:596
uint32_t position[SPA_AUDIO_MAX_CHANNELS]
Definition: dsd.h:74
channel positions (Id enum spa_audio_position)
Definition: param/format.h:121
sample rate (Int)
Definition: param/format.h:119
number of audio channels (Int)
Definition: param/format.h:120
int32_t interleave
Definition: dsd.h:71
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:455
uint32_t channels
Definition: dsd.h:73
#define SPA_FLAG_IS_SET(field, flag)
Definition: defs.h:92
#define SPA_AUDIO_FLAG_UNPOSITIONED
Definition: audio/raw.h:296
#define SPA_POD_Id(val)
Definition: vararg.h:69
uint32_t flags
Definition: dsd.h:70
#define SPA_POD_OPT_Pod(val)
Definition: parser.h:566
static uint32_t spa_pod_copy_array(const struct spa_pod *pod, uint32_t type, void *values, uint32_t max_values)
Definition: iter.h:349
Definition: spa/include/spa/utils/type.h:53
#define SPA_POD_Array(csize, ctype, n_vals, vals)
Definition: vararg.h:140