Share via


EncoderParameter (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 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.
  • Value
    A VOID pointer to parameter values.

    Each parameter value is an element of the EncoderValue enumeration.

Requirements

Header

imaging.h

See Also

Reference

Imaging Classes
Imaging GUIDs
EncoderParameterValueType
EncoderValue
EncoderParameters