Copyright © 2006-2019 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 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 through callback delegates tutorial.

 

 

Syntax

 

[Visual Basic]

Public Delegate Sub CallbackSoundPlaybackDone(

)


 

[C#]

public delegate void CallbackSoundPlaybackDone(

)


 

[C++]

public delegate void CallbackSoundPlaybackDone(

)