virtual SoundRenderer* GetSoundRenderer() const = 0;
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.
A pointer to SoundRenderer that created the sound sample.