GstAudioBaseSinkClass

#GstAudioBaseSink class. Override the vmethod to implement functionality.

Members

Variables

GstReserved
void*[4] GstReserved;
createRingbuffer
GstAudioRingBuffer* function(GstAudioBaseSink* sink) createRingbuffer;

create and return a #GstAudioRingBuffer to write to.

parentClass
GstBaseSinkClass parentClass;

the parent class.

payload
GstBuffer* function(GstAudioBaseSink* sink, GstBuffer* buffer) payload;

payload data in a format suitable to write to the sink. If no payloading is required, returns a reffed copy of the original buffer, else returns the payloaded buffer with all other metadata copied.