gstaudio.audio_meta

Module for [AudioMeta] class

class AudioMeta

Types 1

#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.

Fields
GstAudioMeta _cInstance
Methods
void * _cPtr() nothrow
gst.meta.Meta meta() @property nothrowGet `meta` field. Returns: parent #GstMeta
gstaudio.audio_info.AudioInfo info() @property nothrowGet `info` field. Returns: the audio properties of the buffer
size_t samples() @property nothrowGet `samples` field. Returns: the number of valid samples in the buffer
void samples(size_t propval) @property nothrowSet `samples` field. Params: propval = the number of valid samples in the buffer
Constructors
this(void * ptr, Flag!"Take" take)