IVPBaseConfig::InformVPInputFormats (Windows CE 5.0)
This method informs the device what video formats the video port supports.
HRESULT InformVPInputFormats(DWORDdwNumFormats,LPDDPIXELFORMATpDDPixelFormats);
Parameters
- dwNumFormats
[in] Number of video formats contained in the pDDPixelFormats parameter. - pDDPixelFormats
[in] Array of pixel format structures (DDPIXELFORMAT) to send to the device.
Return Values
Returns S_FALSE if failure, or NOERROR otherwise.
Remarks
The supplied array of supported video port formats might determine what formats the device, in turn, proposes.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
See Also
Send Feedback on this topic to the authors