SoundLoadingDone event |
|
Remarks
Occurs at the end of a sound's loading session. The loading session is started through a previous call to one between LoadSound, LoadSoundEncrypted, LoadSoundFromClipboard, LoadSoundFromEditingSession, LoadSoundFromMemory, LoadSoundFromRawFile, LoadSoundFromRawMemory, LoadSoundFromRecordingSession methods.
This same event is also generated during the loading of a TracksBoard session started through the TracksBoard.Load method.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
Event Data
The event handler receives an argument of type SoundLoadingDoneEventArgs having the following parameters:
|