HeifEncoderParameterTDefaultValue Property

Gets the default value of this parameter.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public T DefaultValue { get; }

Property Value

T
The default value of this parameter.

Remarks

The value of this property is only meaningful when HasDefault is .

See Also