bufferAddAudioClippingMeta

Attaches #GstAudioClippingMeta metadata to buffer with the given parameters.

Parameters

buffer gst.buffer.Buffer

a #GstBuffer

format gst.types.Format

GstFormat of start and stop, GST_FORMAT_DEFAULT is samples

start ulong

Amount of audio to clip from start of buffer

end ulong

Amount of to clip from end of buffer

Return Value

Type: gstaudio.audio_clipping_meta.AudioClippingMeta

the #GstAudioClippingMeta on buffer.