[ CCode ( cname = "gst_buffer_add_audio_level_meta" ) ]
[ Version ( since = "1.20" ) ]
public unowned LevelMeta? buffer_add_audio_level_meta (Buffer buffer, uint8 level, bool voice_activity)
Attaches audio level information to buffer
.
(RFC 6464)
buffer |
a Buffer |
level |
the -dBov from 0-127 (127 is silence). |
voice_activity |
whether the buffer contains voice activity. |
the LevelMeta on |