Remarks
Occurs when a song or video has been loaded in memory from a file after a call to the LoadSoundSync, LoadSoundFromMemorySync, LoadEncryptedSoundSync, LoadEncryptedSoundFromMemorySync or VideoPlayer.LoadSync method.
Syntax
[Visual Basic]
SoundSyncLoaded (
ByVal nPlayer as Integer,
ByVal nResult As enumErrorCodes
)
|
|
[C++]
void SoundSyncLoaded (
short nPlayer,
short nResult
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
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.
|
|