GstAudioDecoderClass.parse

Optional. Allows chopping incoming data into manageable units (frames) for subsequent decoding. This division is at subclass discretion and may or may not correspond to 1 (or more) frames as defined by audio format.

struct GstAudioDecoderClass
extern (C)
GstFlowReturn function(GstAudioDecoder* dec, GstAdapter* adapter, int* offset, int* length) parse;