HeifEncoderParameter<T>.ParameterType Property

Gets the type of the parameter.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public abstract HeifEncoderParameterType ParameterType { get; }

Property Value

HeifEncoderParameterType
The type of the parameter.

Implements

IHeifEncoderParameter.ParameterType

See Also