Microsoft DirectX 8.1 (C++)

IQualProp::get_AvgFrameRate

The get_AvgFrameRate method retrieves the average frame rate (multiplied by 100) since streaming started.

Syntax

HRESULT get_AvgFrameRate(
  int *piAvgFrameRate
) PURE;

Parameters

piAvgFrameRate

Pointer to a variable that receives the number of frames per second (multiplied by 100) since the streaming began. For example, an average frame rate of 30 frames per second will be represented as 3000.

Return Value

Returns an HRESULT value.

See Also