Click or drag to resize

LibHeifInfoHaveDecoder Method

Determines whether LibHeif has a decoder for the specified HeifCompressionFormat.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public static bool HaveDecoder(
	HeifCompressionFormat format
)

Parameters

format  HeifCompressionFormat
The compression format.

Return Value

Boolean
if LibHeif has a decoder for the specified HeifCompressionFormat; otherwise, .
See Also