Click or drag to resize

HeifEncoderEncoderParameters Property

Gets a list of the supported encoder parameters.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public IReadOnlyList<IHeifEncoderParameter> EncoderParameters { get; }

Property Value

IReadOnlyListIHeifEncoderParameter
A list of the supported encoder parameters.
Exceptions
ExceptionCondition
HeifExceptionAn error occurred when creating the encoder parameters list.
ObjectDisposedExceptionThe object has been disposed.
See Also