IVPBaseConfig::InformVPInputFormats (Windows Embedded CE 6.0)
1/6/2010
This method informs the device what video formats the video port supports.
Syntax
HRESULT InformVPInputFormats(
DWORD dwNumFormats,
LPDDPIXELFORMAT pDDPixelFormats
);
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 Value
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
Windows Embedded CE | Windows CE 2.12 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |