Scaleform::Sound::SoundRenderer::AuxStreamer::PCMFormat

Scaleform::Sound::SoundRenderer::AuxStreamer::PCMFormat
enum PCMFormat {
  PCM_SInt16,
  PCM_Float
};
Description

Specifies the format of PCM data which a streamer will be providing.

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

Sound_SoundRenderer.h