LibHeifInfoHaveEncoder Method

Determines whether LibHeif has an encoder for the specified HeifCompressionFormat.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public static bool HaveEncoder(
	HeifCompressionFormat format
)

Parameters

format  HeifCompressionFormat
The compression format.

Return Value

Boolean
if LibHeif an encoder for the specified HeifCompressionFormat; otherwise, .

See Also