Share via


Windows Media Player 11 SDK Network.frameRate 

Windows Media Player SDK banner art

Previous Next

Network.frameRate

The frameRate property retrieves the current video frame rate in frames per hundred seconds. For example, a value of 2998 indicates 29.98 frames per second.

Syntax

  
    
  

Possible Values

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

Example Code

The following JScript example uses Network.frameRate to display the current frame rate. The information is displayed in an HTML DIV created with ID = "FR". 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