EncoderParameters (Compact 2013)
3/26/2014
This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.
This class is used to create objects that collect lists of parameters for an image encoder.
Syntax
class EncoderParameters {
public:
UINT Count;
EncoderParameter Parameter[1];
};
Members
- Count
A UINT value identifying the number of parameters in this structure.
Parameter
An array of EncoderParameter values.The object contains enough memory for one parameter. Additional parameters are appended to the EncoderParameters object.
Requirements
Header |
imaging.h |