Click or drag to resize

HeifBooleanEncoderParameter Class

Represents a Boolean encoder parameter.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifEncoderParameterBoolean
    LibHeifSharpHeifBooleanEncoderParameter

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

The HeifBooleanEncoderParameter 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 propertyName Gets the parameter name.
(Inherited from HeifEncoderParameterT)
Public propertyParameterType Gets the type of the parameter.
(Overrides HeifEncoderParameterTParameterType)
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