SoundSample::GetSoundRenderer

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

GetSoundRenderer obtains the sound renderer that created this sound sample object. The method will return 0 iff the sound renderer has been released, in which case the surviving SoundSample object should be just a stub.

Return Value

A pointer to SoundRenderer that created the sound sample.