HeifEncoderParameterTDefaultValue Property
Gets the default value of this parameter.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public T DefaultValue { get; }
Public ReadOnly Property DefaultValue As T
Get
public:
property T DefaultValue {
T get ();
}
member DefaultValue : 'T with get
Property Value
T
The default value of this parameter.
The value of this property is only meaningful when
HasDefault is
.