Share via


Windows Media Player 11 SDK Network.encodedFrameRate 

Windows Media Player SDK banner art

Previous Next

Network.encodedFrameRate

The encodedFrameRate property retrieves the video frame rate specified by the content author in frames per second.

Syntax

  
    
  

Possible Values

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

Example Code

The following JScript example uses Network.encodedFrameRate to display the frame rate specified when the file was encoded. 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