Copyright © 2005-2019 MultiMedia Soft

SoundSyncLoaded event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a song or video clip has been loaded in memory from a file after a call to the LoadSoundSync, LoadSoundFromMemorySync, LoadEncryptedSoundSync, LoadEncryptedSoundFromMemorySync or VideoPlayer.LoadSync methods.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event SoundSyncLoaded As SoundSyncLoadedEventHandler


 

[C#]

public event SoundSyncLoadedEventHandler SoundSyncLoaded;


 

[C++]

public: __event SoundSyncLoadedEventHandler SoundSyncLoaded;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that fired the event

nResult

The result of the loading operation. See the LastError property for details about the returned result code.