Copyright © 2008-2023 MultiMedia Soft

SoundLoadingPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during the loading of a sound file in order to notify the container application about the loading advancement. 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

 

[Visual Basic]

Public Event SoundLoadingPerc As SoundLoadingPercEventHandler


 

[C#]

public event SoundLoadingPercEventHandler SoundLoadingPerc;


 

[C++]

public: __event SoundLoadingPercEventHandler SoundLoadingPerc;


 

 

Event Data

 

The event handler receives an argument of type SoundLoadingPercEventArgs having the following parameters:

 

Parameters

Description

 

 

nPercentage

Number representing the percentage of advancement for the sound loading session