gstaudio.audio_level_meta

Module for [AudioLevelMeta] class

Types 1

Meta containing Audio Level Indication: https://tools.ietf.org/html/rfc6464

Fields
Methods
void * _cPtr() nothrow
gst.meta.Meta meta() @property nothrowGet `meta` field. Returns: parent #GstMeta
ubyte level() @property nothrowGet `level` field. Returns: the -dBov from 0-127 (127 is silence).
void level(ubyte propval) @property nothrowSet `level` field. Params: propval = the -dBov from 0-127 (127 is silence).
bool voiceActivity() @property nothrowGet `voiceActivity` field. Returns: whether the buffer contains voice activity
void voiceActivity(bool propval) @property nothrowSet `voiceActivity` field. Params: propval = whether the buffer contains voice activity
gst.meta_info.MetaInfo getInfo() static nothrowReturn the #GstMetaInfo associated with #GstAudioLevelMeta. Returns: a #GstMetaInfo
Constructors
this(void * ptr, Flag!"Take" take)