GstAudio.AudioBaseSinkClass

Fields

Name

Type

Access

Description

create_ringbuffer

object

r

create and return a GstAudio.AudioRingBuffer to write to.

parent_class

GstBase.BaseSinkClass

r

the parent class.

payload

object

r

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.

Methods

None

Details

class GstAudio.AudioBaseSinkClass

GstAudio.AudioBaseSink class. Override the vmethod to implement functionality.