void SetSoundSystem(Sound::SoundRenderer* psoundRenderer); void SetSoundSystem(VideoSoundSystem* psoundSystem);
SetSoundSystem initializes the video sound output in the video playbacks. The first method is used if sound support is obtained through the SoundRenderer implementation while the second method is used if an independent VideoSoundSystem is implemented in your application.
Parameters |
Description |
VideoSoundSystem* psoundSystem |
Video sound system object for sound support in video playbacks. |
Sound::SoundRenderer* |
SoundRenderer for sound support in the video playbacks. |