Copyright © 2011-2023 MultiMedia Soft

CallbackSoundPlaybackDone delegate

Previous pageReturn to chapter overviewNext page

Remarks

 

Callback delegate invoked when the playback of a sound started through one between the PlaySound, PlaySoundRange or ResumeSound methods is completed: this callback can be set through a call to the CallbackSoundPlaybackDoneSet method.

 

For further details about callback delegates see the How to synchronize the container application with the API tutorial.

 

 

Syntax

 

[Visual Basic]

Public Delegate Sub CallbackSoundPlaybackDone(

)


 

[C#]

public delegate void CallbackSoundPlaybackDone(

)


 

[C++]

public delegate void CallbackSoundPlaybackDone(

)