OnSoundPlaybackDone event |
|
Remarks
Occurs whenever a playback session, started or resumed through a previous call to RecordedSound.Play, RecordedSound.PlayRange or RecordedSound.Resume methods, is completed.
This event replaces the usage of the CallbackSoundPlaybackDone delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_REC_SOUND_DONE.
Syntax
[Visual Basic 6] Private Sub RecorderApi_OnSoundPlaybackDone ( _ )
where "RecorderApi" is declared in Visual Basic 6 code as:
Dim WithEvents RecorderApi As AudioSoundRecorderApi.AudioSoundRecorderApiObj |