Copyright © 2005-2011 MultiMedia Soft

DownloadComplete event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when an Internet stream (usually a file) has been downloaded completely.

 

For further details about Internet streams support see the How to play Internet streams section.

 

 

Syntax

 

[Visual Basic]

Public Event DownloadComplete As PlayerEventHandler


 

[C#]

public event PlayerEventHandler DownloadComplete;


 

[C++]

public: __event PlayerEventHandler* DownloadComplete;


 

 

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