enum PCMFormat { PCM_SInt16, PCM_Float };
Specifies the format of PCM data which a streamer will be providing.
Members |
Description |
PCM_SInt16 |
16 bit PCM data (encodes samples as integers). |
PCM_Float |
32 bit PCM data (encodes samples as floating point numbers). |
Sound_SoundRenderer.h