Microsoft Windows CE 3.0  

IQualProp::get_DevSyncOffset

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the average time difference between when the video frames should have been displayed and when they actually were. This method is the same as the IQualProp::get_AvgSyncOffsetmethod except that the value returned is calculated as a standard deviation rather than as a simple average.

HRESULT get_DevSyncOffset( int *
piDev
);

Parameters

piDev
Value denoting the accuracy of the video frames displayed.

Return Values

Returns an HRESULTvalue.

Remarks

When playing video from networks, the presentation can often be disrupted by network glitches. For this reason, expressing the accuracy of video frames by a simple average is inappropriate. Looking at a standard deviation provides a better idea of the overall accuracy.