Copyright © 2005-2019 MultiMedia Soft

PlayListSoundLoadFailure event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the loading of a playlist's song fails.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event PlayListSoundLoadFailure As SoundLoadedEventHandler


 

[C#]

public event SoundLoadedEventHandler PlayListSoundLoadFailure;


 

[C++]

public: __event SoundLoadedEventHandler PlayListSoundLoadFailure;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

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's playlist