![]() |
Public API Reference |
![]() |
Sound System renderer interface for callback notification. More...
#include <isndsys/ss_renderer.h>
Public Member Functions | |
virtual void | SourceAddNotification (iSndSysSource *pSource)=0 |
Called whenever a source is added to the system. | |
virtual void | SourceRemoveNotification (iSndSysSource *pSource)=0 |
Called whenever a source is removed to the system. | |
virtual void | StreamAddNotification (iSndSysStream *pStream)=0 |
Called whenever a stream is added to the system. | |
virtual void | StreamRemoveNotification (iSndSysStream *pStream)=0 |
Called whenever a stream is removed from the system. |
Sound System renderer interface for callback notification.
A component wishing to receive notification of Sound Renderer events should implement this interface, and call iSndSysRenderer::RegisterCallback() to register with the renderer.
Definition at line 101 of file ss_renderer.h.
virtual void iSndSysRendererCallback::SourceAddNotification | ( | iSndSysSource * | pSource | ) | [pure virtual] |
Called whenever a source is added to the system.
virtual void iSndSysRendererCallback::SourceRemoveNotification | ( | iSndSysSource * | pSource | ) | [pure virtual] |
Called whenever a source is removed to the system.
virtual void iSndSysRendererCallback::StreamAddNotification | ( | iSndSysStream * | pStream | ) | [pure virtual] |
Called whenever a stream is added to the system.
virtual void iSndSysRendererCallback::StreamRemoveNotification | ( | iSndSysStream * | pStream | ) | [pure virtual] |
Called whenever a stream is removed from the system.