Share via


Windows Media Player 11 SDK IWMPNetwork::get_frameRate 

Windows Media Player SDK banner art

Previous Next

IWMPNetwork::get_frameRate

The get_frameRate method retrieves the current video frame rate.

Syntax

  

Parameters

plFrameRate

[out]  Pointer to a long containing the frame rate.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

The frame rate value is returned in frames per hundred seconds. For example, a value of 2998 indicates 29.98 frames per second (fps).

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next