GstAudioMeta

#GstAudioDownmixMeta defines an audio downmix matrix to be send along with audio buffers. These functions in this module help to create and attach the meta as well as extracting it.

Members

Variables

GstReserved
void*[4] GstReserved;
info
GstAudioInfo info;

the audio properties of the buffer

meta
GstMeta meta;

parent #GstMeta

offsets
size_t* offsets;

the offsets (in bytes) where each channel plane starts in the buffer or null if the buffer has interleaved layout; if not null, this is guaranteed to be an array of @info.channels elements

privOffsetsArr
size_t[8] privOffsetsArr;
samples
size_t samples;

the number of valid samples in the buffer