|
DownloadPercentage event |
![]() ![]()
|
Remarks
Occurs during the download of an Internet stream to inform about buffering percentage.
For further details about Internet streams support see the How to play Internet streams section.
Syntax
[Visual Basic] Public Event DownloadPercentage As DownloadPercentageEventHandler |
[C#] public event DownloadPercentageEventHandler DownloadPercentage; |
[C++] public: __event DownloadPercentageEventHandler* DownloadPercentage; |
Event Data
The event handler receives an argument of type DownloadPercentageEventArgs having the following parameters:
Parameters |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that fired the event |
nPercentage |
Number representing the download percentage. |