virtual PCMFormat GetPCMFormat() const = 0;
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.
Format of the PCM data, See PCMFormat.