HeifContextGetEncoder(HeifEncoderDescriptor) Method

Gets the encoder associated with the specified encoder descriptor.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifEncoder GetEncoder(
	HeifEncoderDescriptor encoderDescriptor
)

Parameters

encoderDescriptor  HeifEncoderDescriptor
The encoder descriptor.

Return Value

HeifEncoder
The encoder associated with the specified encoder descriptor.

Exceptions

ArgumentNullExceptionencoderDescriptor is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also