CrystalSpace

Public API Reference

iSndSysStreamCallback Struct Reference
[Sound system]

Sound System stream interface for callback notification. More...

#include <isndsys/ss_stream.h>

Inheritance diagram for iSndSysStreamCallback:

List of all members.

Public Member Functions

virtual void StreamFrameNotification (size_t frame_number)=0
 Called when this stream passes a frame previously registered for notification.
virtual void StreamLoopNotification ()=0
 Called when this stream loops.
virtual void StreamPauseNotification ()=0
 Called when this stream transitions from playing to paused state.
virtual void StreamUnpauseNotification ()=0
 Called when this stream transitions from paused to playing state.

Detailed Description

Sound System stream interface for callback notification.

Definition at line 316 of file ss_stream.h.


Member Function Documentation

virtual void iSndSysStreamCallback::StreamFrameNotification ( size_t  frame_number  )  [pure virtual]

Called when this stream passes a frame previously registered for notification.

virtual void iSndSysStreamCallback::StreamLoopNotification (  )  [pure virtual]

Called when this stream loops.

virtual void iSndSysStreamCallback::StreamPauseNotification (  )  [pure virtual]

Called when this stream transitions from playing to paused state.

virtual void iSndSysStreamCallback::StreamUnpauseNotification (  )  [pure virtual]

Called when this stream transitions from paused to playing state.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1