Click or drag to resize

HeifIntegerEncoderParameter Class

Represents an Integer LibHeif encoder parameter
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifEncoderParameterInt32
    LibHeifSharpHeifIntegerEncoderParameter

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifIntegerEncoderParameter : HeifEncoderParameter<int>

The HeifIntegerEncoderParameter type exposes the following members.

Properties
 NameDescription
Public propertyDefaultValue Gets the default value of this parameter.
(Inherited from HeifEncoderParameterT)
Public propertyHasDefault Gets a value indicating whether this parameter has a default value.
(Inherited from HeifEncoderParameterT)
Public propertyHasMinimumMaximum Gets a value indicating whether this instance has minimum and maximum values.
Public propertyMaximum Gets the maximum value.
Public propertyMinimum Gets the minimum value.
Public propertyName Gets the parameter name.
(Inherited from HeifEncoderParameterT)
Public propertyParameterType Gets the type of the parameter.
(Overrides HeifEncoderParameterTParameterType)
Public propertyValidValues Gets the valid values.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also