BaseSrc
Object Hierarchy:
Description:
[ CCode ( type_id = "gst_audio_base_src_get_type ()" ) ]
[ GIR ( name = "AudioBaseSrc" ) ]
public class BaseSrc : PushSrc
[ GIR ( name = "AudioBaseSrc" ) ]
public class BaseSrc : PushSrc
This is the base class for audio sources.
Subclasses need to implement the ::create_ringbuffer
vmethod. This base class will then take care of reading samples from the
ringbuffer, synchronisation and flushing.
All known sub-classes:
Namespace: Gst.Audio
Package: gstreamer-audio-1.0
Content:
Properties:
Creation methods:
Methods:
Fields:
Inherited Members:
All known members inherited from class Gst.Base.PushSrc
All known members inherited from class Gst.Base.Src
All known members inherited from class Gst.Element
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object