HeifIntegerEncoderParameter Class

Represents an Integer LibHeif encoder parameter

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifIntegerEncoderParameter : HeifEncoderParameter<int>
Inheritance
Object    HeifEncoderParameterInt32    HeifIntegerEncoderParameter

Properties

DefaultValue Gets the default value of this parameter.
(Inherited from HeifEncoderParameterT)
HasDefault Gets a value indicating whether this parameter has a default value.
(Inherited from HeifEncoderParameterT)
HasMinimumMaximum Gets a value indicating whether this instance has minimum and maximum values.
Maximum Gets the maximum value.
Minimum Gets the minimum value.
Name Gets the parameter name.
(Inherited from HeifEncoderParameterT)
ParameterType Gets the type of the parameter.
(Overrides HeifEncoderParameterTParameterType)
ValidValues Gets the valid values.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also