Microsoft Windows CE 3.0  

CBaseControlVideo::get_AvgTimePerFrame

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 per frame.

HRESULT get_AvgTimePerFrame(
REFTIME *
pAvgTimePerFrame
);

Parameters

pAvgTimePerFrame
Average time per frame.

Return Values

Returns NOERROR if successful or E_OUTOFMEMORY if there is not enough memory available.

Remarks

This member function implements the IBasicVideo::get_AvgTimePerFramemethod. It calls the pure virtual CBaseControlVideo::GetVideoFormatmember function to retrieve the VIDEOINFOHEADERstructure from the derived class.