5 #ifndef SPA_AUDIO_DSD_UTILS_H 6 #define SPA_AUDIO_DSD_UTILS_H 25 struct spa_pod *position = NULL;
35 if (position == NULL ||
#define SPA_POD_OPT_Id(val)
Definition: parser.h:520
Interleave bytes (Int)
Definition: param/format.h:106
static int spa_format_audio_dsd_parse(const struct spa_pod *format, struct spa_audio_info_dsd *info)
Definition: dsd-utils.h:28
#define SPA_POD_Int(val)
Definition: vararg.h:54
media type (Id enum spa_media_type)
Definition: param/format.h:92
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:48
static int spa_pod_builder_add(struct spa_pod_builder *builder,...)
Definition: builder.h:647
S/PDIF.
Definition: param/format.h:41
unknown bitorder
Definition: param.h:74
bit order (Id enum spa_param_bitorder)
Definition: param/format.h:105
#define SPA_FLAG_SET(field, flag)
Definition: defs.h:79
uint32_t rate
Definition: dsd.h:52
#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:93
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
enum spa_param_bitorder bitorder
Definition: dsd.h:49
Definition: spa/include/spa/utils/type.h:76
#define spa_pod_parse_object(pod, type, id,...)
Definition: parser.h:576
uint32_t position[SPA_AUDIO_MAX_CHANNELS]
Definition: dsd.h:54
channel positions (Id enum spa_audio_position)
Definition: param/format.h:101
sample rate (Int)
Definition: param/format.h:99
number of audio channels (Int)
Definition: param/format.h:100
int32_t interleave
Definition: dsd.h:51
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
uint32_t channels
Definition: dsd.h:53
#define SPA_FLAG_IS_SET(field, flag)
Definition: defs.h:76
#define SPA_AUDIO_FLAG_UNPOSITIONED
Definition: audio/raw.h:276
#define SPA_POD_Id(val)
Definition: vararg.h:49
uint32_t flags
Definition: dsd.h:50
#define SPA_POD_OPT_Pod(val)
Definition: parser.h:546
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
Definition: spa/include/spa/utils/type.h:33
#define SPA_POD_Array(csize, ctype, n_vals, vals)
Definition: vararg.h:120