SoundRenderer::AuxStreamer::GetPCMData

SoundRenderer::AuxStreamer::GetPCMData
virtual unsigned GetPCMData(UByte* pdata, unsigned datasize) = 0;
Description

GetPCMData retrieves the PCM data from the audio streamer and is called to obtain the next chunk of audio data from a video source.

Parameters
Parameters 
Description 
UByte* pdata 
Pointer for the sound data to be written to. 
unsigned datasize 
Size of the buffer for the sound data. 
Return Value

Returns the actual number of bytes which are written into the buffer.