[ CCode ( type_id = "gst_audio_base_sink_get_type ()" ) ]
[ GIR ( name = "AudioBaseSink" ) ]
public class BaseSink : Sink
This is the base class for audio sinks.
Subclasses need to implement the GstAudioBaseSink::create_ringbuffer vmethod. This base class will then take care of
writing samples to the ringbuffer, synchronisation, clipping and flushing.