Microsoft Windows CE 3.0  

CBaseControlVideo::GetVideoFormat

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 a video sample that represents the current video format.

virtual VIDEOINFOHEADER * GetVideoFormat( ) PURE;

Return Values

Returns a pointer to a VIDEOINFOHEADERstructure that contains the current video format.

Remarks

To return and check certain information through IBasicVideo, the object must know the current video format. It gets this information by calling this pure virtual method that derived classes must override. This member function is called by the following CBaseControlVideomember functions.