Click or drag to resize

HeifContextGetEncoder(HeifEncoderDescriptor) Method

Gets the encoder associated with the specified encoder descriptor.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifEncoder GetEncoder(
	HeifEncoderDescriptor encoderDescriptor
)

Parameters

encoderDescriptor  HeifEncoderDescriptor
The encoder descriptor.

Return Value

HeifEncoder
The encoder associated with the specified encoder descriptor.
Exceptions
ExceptionCondition
ArgumentNullExceptionencoderDescriptor is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also