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()
gst.meta.Meta meta() @propertyGet `meta` field. Returns: parent #GstMeta
ubyte level() @propertyGet `level` field. Returns: the -dBov from 0-127 (127 is silence).
void level(ubyte propval) @propertySet `level` field. Params: propval = the -dBov from 0-127 (127 is silence).
bool voiceActivity() @propertyGet `voiceActivity` field. Returns: whether the buffer contains voice activity
void voiceActivity(bool propval) @propertySet `voiceActivity` field. Params: propval = whether the buffer contains voice activity
gst.meta_info.MetaInfo getInfo()Return the #GstMetaInfo associated with #GstAudioLevelMeta. Returns: a #GstMetaInfo
Constructors
this(void * ptr, Flag!"Take" take)