enum PCMFormat { PCM_SInt16, PCM_Float };
Specifies the format of uncompressed PCM sound data supported by this VideoSound implementation. A value of this type is returned by GetPCMFormat.
Members |
Description |
PCM_SInt16 |
16 bit PCM data (encodes samples as integers). |
PCM_Float |
32 bit PCM data (encodes samples as floating point numbers). |
Video_Video.h