Copyright © 2001-2019 MultiMedia Soft

SoundLoaded event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a song is loaded in memory from a file.

 

 

Syntax

 

[Visual Basic]

SoundLoaded (

ByVal nPlayer as Integer,

ByVal nItemIndex as Integer

)


 

[C++]

void SoundLoaded (

short nPlayer,

short nItemIndex

);


 

 

Parameter

Description

 

 

nPlayer

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

nItemIndex

Number representing the zero-based index of the song in the player playlist; if the song is not inserted into a playlist it's always set to 0