VideoSound::PCMStream::GetDataFloat

VideoSound::PCMStream::GetDataFloat
virtual UInt32 GetDataFloat(UInt32 nch, float * pcmbuf[], UInt32 samplesRequested) = 0;
Description

GetDataFloat obtains the sound data from the video file in float format.

Parameters
Parameters 
Description 
UInt32 nch 
Number of channels for the PCM data. 
float * pcmbuf[] 
Buffer for storing the chunks of sound data. 
UInt32 samplesRequested 
Number of samples. 
Return Value

The sound data in float format.