Microsoft DirectX 9.0

IQualProp::get_AvgSyncOffset

The get_AvgSyncOffset method retrieves the average time difference between when the video frames should have been displayed and when they actually were.

Syntax

HRESULT get_AvgSyncOffset(
  int *piAvg
);

Parameters

piAvg

Pointer to the time difference, expressed in milliseconds.

Return Value

Returns an HRESULT value.

See Also