HeifEncoderParameterType Enumeration

The type of the encoder parameter.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public enum HeifEncoderParameterType

Members

Boolean0 The parameter is a HeifBooleanEncoderParameter.
Integer1 The parameter is a HeifIntegerEncoderParameter.
String2 The parameter is a HeifStringEncoderParameter.

See Also