Click or drag to resize

LibHeifInfoHaveEncoder Method

Determines whether LibHeif has an encoder for the specified HeifCompressionFormat.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
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