[ CCode ( type_id = "gst_audio_base_src_get_type ()" ) ]
[ GIR ( name = "AudioBaseSrc" ) ]
public class BaseSrc : PushSrc
This is the base class for audio sources.
Subclasses need to implement the GstAudioBaseSrc::create_ringbuffer vmethod. This base class will then take care of reading
samples from the ringbuffer, synchronisation and flushing.