CallbackSoundPlaybackDone delegate |
|
Remarks
Callback delegate invoked when the playback of a sound started through one between the RecordedSound.Play, RecordedSound.PlayRange or RecordedSound.Resume 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( ) |