Scaleform::GFx::Video::VideoSound::PCMFormat

Scaleform::GFx::Video::VideoSound::PCMFormat
enum PCMFormat {
  PCM_SInt16,
  PCM_Float
};
Description

Specifies the format of uncompressed PCM sound data supported by this VideoSound implementation. A value of this type is returned by GetPCMFormat.

Members
Members 
Description 
PCM_SInt16 
16 bit PCM data (encodes samples as integers). 
PCM_Float 
32 bit PCM data (encodes samples as floating point numbers). 
File

Video_Video.h