Function to retrieve an enumeration of all pixel formats supported by the specified format and encoding parameters.
PLUGIN_API int __stdcall IE_GetValidPixelFormats
(
DWORD dwFormatID,
IE_EncodeParams* pEP,
int* pnPixFormats,
DWORD* pPixFormats
);
dwFormatID
Type: DWORD
[in] ID of format to get PixFormats for
pEP
Type: IE_EncodeParams*
[in] Encoding parameters
pnPixFormats
Type: int*
[i/o] On entry, size of pPixFormats array. On exit, number of pixel valid formats.
pPixFormats
Type: DWORD*
[out] Array of valid pixel formats
For a description of return values, see Return Values.
The host application owns the memory pointed to by pPixFormats. The plug-in should return up to pnPixFormats valid pixel formats in pPixFormats.
Header: IE_PlugIn.h