|
cAudio 2.3.0
3d Audio Engine
|
Interface for event handlers on Audio Sources. More...
#include <ISourceEventHandler.h>
Public Member Functions | |
| virtual void | onUpdate () |
| This function is called when a source updates its buffers. | |
| virtual void | onRelease () |
| This function is called when a source is released and soon to be deleted. | |
| virtual void | onPlay () |
| This function is called when a source starts playing. | |
| virtual void | onStop () |
| This function is called when a source stopped playback. | |
| virtual void | onPause () |
| This function is called when a source is paused. | |
Interface for event handlers on Audio Sources.
Definition at line 10 of file ISourceEventHandler.h.
|
inlinevirtual |
Definition at line 28 of file ISourceEventHandler.h.
|
inlinevirtual |
This function is called when a source is paused.
Definition at line 26 of file ISourceEventHandler.h.

|
inlinevirtual |
This function is called when a source starts playing.
Definition at line 20 of file ISourceEventHandler.h.

|
inlinevirtual |
This function is called when a source is released and soon to be deleted.
Definition at line 17 of file ISourceEventHandler.h.

|
inlinevirtual |
This function is called when a source stopped playback.
Definition at line 23 of file ISourceEventHandler.h.

|
inlinevirtual |
This function is called when a source updates its buffers.
Definition at line 14 of file ISourceEventHandler.h.
