EncoderParameters (Windows CE 5.0)
This class is used to create objects that collect lists of parameters for an image encoder.
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
OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.
See Also
Imaging Classes | EncoderParameter | IImageEncoder
Send Feedback on this topic to the authors