Function to retrieve the default settings that should be used to encode a specified image format.
PLUGIN_API int __stdcall IE_GetDefaultEncodeParams
(
DWORD dwFormatID,
int* pcbEncodeParams,
IE_EncodeParams* pEncodeParams
);
dwFormatID
Type: DWORD
[in] ID of format to get encoding parameters for
pcbEncodeParams
Type: int*
[i/o] Size of encoding parameters
pEncodeParams
Type: IE_EncodeParams*
[out] Receives default encoding parameters
For a description of return values, see Return Values.
This function initializes the encoding parameters structure for the specified format to default values. Upon entry, pcbEncodeParams gives the size of pEncodeParams.
The plug-in should handle the following cases:
Header: IE_PlugIn.h