CallbackSoundPlaybackStatusChanged delegate |
|
Remarks
Callback delegate invoked when the playback status of a sound being played changes: this callback can be set through a call to the CallbackSoundPlaybackStatusChangedSet 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 CallbackSoundPlaybackStatusChanged ( nStatus As enumPlaybackStatus ) |
[C#] public delegate void CallbackSoundPlaybackStatusChanged ( enumPlaybackStatus nStatus ) |
[C++] public delegate void CallbackSoundPlaybackStatusChanged ( enumPlaybackStatus nStatus ) |
Parameters |
Description |
|||||||||||||||
|
|
|||||||||||||||
nStatus |
Identifier of the sound playback status Supported values are the following:
|