Copyright © 2001-2019 MultiMedia Soft

DownloadPercentage event

Previous pageReturn to chapter overviewNext page

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]

DownloadPercentage (

ByVal nPlayer as Integer,

ByVal nPercentage as Integer

)


 

[C++]

void DownloadPercentage (

short nPlayer,

long nState

);


 

 

Parameter

Description

 

 

nPlayer

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

nPercentage

Number representing the download percentage.