Share via


Windows Media Player 11 SDK Network.bitRateĀ 

Windows Media Player SDK banner art

Previous Next

Network.bitRate

The bitRate property retrieves the current bit rate being received.

Syntax

  
    
  

Possible Values

This property is a read-only Number (long).

Remarks

This value is a combination of the bit rates of both the current video and audio streams.

Example Code

The following JScript example uses Network.bitRate to display the current media bit rate. The information is displayed in an HTML DIV created with ID = "BR". The Player object was created with ID = "Player".

  

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next