Public Member Functions | |
TCodecProcessResult | ProcessL (const CMMFBuffer &aSource, CMMFBuffer &aDest) |
TUint | SourceBufferSize () |
TUint | SinkBufferSize () |
Static Public Member Functions | |
static CVorbisDecoderPlugIn * | NewL () |
Definition at line 19 of file VorbisDecoderPlugIn.h.
CMMFSwCodec::TCodecProcessResult CVorbisDecoderPlugIn::ProcessL | ( | const CMMFBuffer & | aSource, | |
CMMFBuffer & | aDst | |||
) |
This method decodes the oggpacket in the source buffer into pcm data and writes it into the destination buffer passed to it.
This function is synchronous, when the function returns the data has been processed.
aSource | The source buffer containing the oggpacket to decode. | |
aDest | The destination buffer to hold the pcm data after decoding. |
Definition at line 109 of file VorbisDecoderPlugIn.cpp.