VideoSound::GetPCMFormat

VideoSound::GetPCMFormat
virtual PCMFormat GetPCMFormat() const = 0;
Description

GetPCMFormat returns the format of the PCM data expected by VideoSound implementation. Data of appropriate format is obtained through the PCMStream::GetDataSInt16 and PCMStream::GetDataFloat functions.

Return Value

Format of the PCM data, See PCMFormat.