HeifEncoderEncoderParameters Property

Gets a list of the supported encoder parameters.

Definition

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

Property Value

IReadOnlyListIHeifEncoderParameter
A list of the supported encoder parameters.

Exceptions

HeifExceptionAn error occurred when creating the encoder parameters list.
ObjectDisposedExceptionThe object has been disposed.

See Also