![]() |
Previous | Next |
The receptionQuality property retrieves the percentage of packets received in the last 30 seconds.
Syntax
player.network.receptionQuality
Possible Values
This property is a read-only Number (long).
Remarks
The number of packets received, lost, and recovered during streaming is monitored every second. receptionQuality is the percentage of packets not lost during the last 30 seconds.
Each time file playback is stopped and restarted, this property is set to zero. It is not reset if file playback is paused.
This property returns valid information only during run time and only if the Player.URL property is also set.
See Also
Previous | Next |