Scaleform::Sound::SoundRenderer::SoundRendererCapBits

Scaleform::Sound::SoundRenderer::SoundRendererCapBits
enum SoundRendererCapBits {
  Cap_NoMP3 = 0x00000001,
  Cap_NoVideoSound = 0x00000002,
  Cap_NoStreaming = 0x00000004
};
Description

Capability flags added to the sound renderer to indicate support for video/sound data.

Members
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. 
File

Sound_SoundRenderer.h