buffer_add_audio_clipping_meta


Description:

[ CCode ( cname = "gst_buffer_add_audio_clipping_meta" ) ]
[ Version ( since = "1.8" ) ]
public unowned ClippingMeta? buffer_add_audio_clipping_meta (Buffer buffer, Format format, uint64 start, uint64 end)

Attaches ClippingMeta metadata to buffer with the given parameters.

Parameters:

buffer

a Buffer

format

GstFormat of start and stop, GST_FORMAT_DEFAULT is samples

start

Amount of audio to clip from start of buffer

end

Amount of to clip from end of buffer

Returns:

the ClippingMeta on buffer.


Namespace: Gst.Audio