Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
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 |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |