ReceptionQuality Property

Returns a Long value specifying the percentage of packets received in the last 30 seconds.

Syntax

MediaPlayer.ReceptionQuality

Remarks

The number of packets received, lost, and recovered is monitored every second. ReceptionQuality is the percentage of packets not lost over 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.

Note   This property returns valid information only during run time and only if the FileName property is also set.

See Also

LostPackets, ReceivedPackets, RecoveredPackets

© 1996-1998 Microsoft Corporation. All rights reserved.