cAudio 2.3.0
3d Audio Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cAudio::ISourceEventHandler Class Reference

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.
 

Detailed Description

Interface for event handlers on Audio Sources.

Definition at line 10 of file ISourceEventHandler.h.

Constructor & Destructor Documentation

◆ ~ISourceEventHandler()

virtual cAudio::ISourceEventHandler::~ISourceEventHandler ( )
inlinevirtual

Definition at line 28 of file ISourceEventHandler.h.

Member Function Documentation

◆ onPause()

virtual void cAudio::ISourceEventHandler::onPause ( )
inlinevirtual

This function is called when a source is paused.

Definition at line 26 of file ISourceEventHandler.h.

Here is the caller graph for this function:

◆ onPlay()

virtual void cAudio::ISourceEventHandler::onPlay ( )
inlinevirtual

This function is called when a source starts playing.

Definition at line 20 of file ISourceEventHandler.h.

Here is the caller graph for this function:

◆ onRelease()

virtual void cAudio::ISourceEventHandler::onRelease ( )
inlinevirtual

This function is called when a source is released and soon to be deleted.

Definition at line 17 of file ISourceEventHandler.h.

Here is the caller graph for this function:

◆ onStop()

virtual void cAudio::ISourceEventHandler::onStop ( )
inlinevirtual

This function is called when a source stopped playback.

Definition at line 23 of file ISourceEventHandler.h.

Here is the caller graph for this function:

◆ onUpdate()

virtual void cAudio::ISourceEventHandler::onUpdate ( )
inlinevirtual

This function is called when a source updates its buffers.

Definition at line 14 of file ISourceEventHandler.h.

Here is the caller graph for this function:

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