Copyright © 2001-2019 MultiMedia Soft
PlayListSoundLoadFailure event
Remarks
Occurs when the loading of a playlist's song fails.
Syntax
[Visual Basic]
PlayListSoundLoadFailure (
ByVal nPlayer as Integer,
ByVal nItemIndex as Integer
)
[C++]
void PlayListSoundLoadFailure (
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