PlaySound method |
|
Remarks
Plays the sound under editing. This method doesn't have any effect and returns an error if the component is initialized through the InitEditorNoPlayback method.
A playback session can be paused through the PauseSound method and stopped through the StopSound method.
Once the playback session has been performed completely, the CallbackSoundPlaybackDone delegate is invoked.
For further details about callback delegates see the How to synchronize the container application with the API tutorial.
Syntax
Return value
|