Copyright © 2005-2019 MultiMedia Soft

PlayListLoadStart event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the synchronized loading of a playlist starts. A synchronized loading is started through a call to the PlayListLoadSync method.

 

For further details about playlists management see the How to create and manage a playlist tutorial.

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

 

 

Syntax

 

[Visual Basic]

Public Event PlayListLoadStart As PlayerEventHandler


 

[C#]

public event PlayerEventHandler PlayListLoadStart;


 

[C++]

public: __event PlayerEventHandler PlayListLoadStart;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

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