enum SoundRendererCapBits { Cap_NoMP3 = 0x00000001, Cap_NoVideoSound = 0x00000002, Cap_NoStreaming = 0x00000004 };
Capability flags added to the sound renderer to indicate support for video/sound data.
Members |
Description |
Cap_NoMP3 = 0x00000001 |
The sound renderer cannot play MP3 compressed sound data. |
Cap_NoVideoSound = 0x00000002 |
The sound renderer does not support video sound playback. |
Cap_NoStreaming = 0x00000004 |
The sound renderer has no support for streaming sound files. |
Sound_SoundRenderer.h