EncoderParameterValueType

EncoderParameterValueType enum

Specifies the type of a value represented by EncoderParameter class.

enum class EncoderParameterValueType

Values

NameValueDescription
ValueTypeByte1An 8-bit unsigned integer.
ValueTypeAscii2An 8-bit unsigned integer containing one 7-bit ASCII.
ValueTypeShort3A 16-bit unsigned integer.
ValueTypeLong4A 32-bit unsigned integer.
ValueTypeRational5A fraction specified by two longs - numerator and denominator.
ValueTypeLongRange6A range of integers.
ValueTypeUndefined7
ValueTypeRationalRange8A range of fractions.

See Also