CastingPlayerPerc event |
|
Remarks
Occurs during a player-based casting session to inform about the advancement percentage.
Further information about management of casting sessions can be found inside the How to use the control as a source for streaming servers like SHOUTcast tutorial.
Syntax
[Visual Basic] CastingPlayerPerc ( ByVal nCastingUniqueId as Integer, ByVal nPercentage as Integer ) |
[C++] void CastingPlayerPerc ( short nCastingUniqueId, short nPercentage ); |
Parameter |
Description |
|
|
nCastingUniqueId |
Unique identifier of the casting session returned by a previous call to CastingCreateFromPlayer, CastingWmaPubPointOpenForPlayer or CastingWmaNetworkOpenForPlayer methods. |
nPercentage |
Number representing the current percentage of the player-based casting session |