Click or drag to resize

HeifContextGetEncoder(HeifCompressionFormat) Method

Gets the default encoder for the specified compression format.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifEncoder GetEncoder(
	HeifCompressionFormat format
)

Parameters

format  HeifCompressionFormat
The compression format.

Return Value

HeifEncoder
The default encoder for the specified compression format.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also