EncoderParameter
A version of this page is also available for
4/8/2010
This class is used to create objects that contain data describing the properties of an image encoder.
Syntax
class EncoderParameter {
public:
GUID Guid;
ULONG NumberOfValues;
ULONG Type;
VOID* Value;
};
Members
Guid
A GUID value identifying an encoder parameter.This value should be an encoder parameter identifier. For more information, see Imaging GUIDs.
- NumberOfValues
A ULONG value identifying the number of the parameter values.
- Type
A ULONG value from the EncoderParameterValueType enumeration identifying the data format for parameter values.
Value
A VOID pointer to parameter values.Each parameter value is an element of the EncoderValue enumeration.
Requirements
Header | imaging.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Imaging Classes
Imaging GUIDs
EncoderParameterValueType
EncoderValue
EncoderParameters