AudioBaseSink.createRingbuffer

Create and return the #GstAudioRingBuffer for sink. This function will call the ::create_ringbuffer vmethod and will set sink as the parent of the returned buffer (see gst.object.ObjectGst.setParent).

class AudioBaseSink
createRingbuffer
()

Return Value

Type: gstaudio.audio_ring_buffer.AudioRingBuffer

The new ringbuffer of sink.