SoundChannel::GetSoundRenderer

SoundChannel::GetSoundRenderer
virtual SoundRenderer* GetSoundRenderer() const = 0;
Description

GetSoundRenderer obtains the sound renderer that created this sound channel. GetSoundRenderer can return 0 if this channel has not been associated with any sound renderers (in case if a separate sound system is used to play a sound track from the video file).

Return Value

Pointer to sound renderer, SoundRenderer that created the sound channel otherwise 0.