LibHeifInfoHaveDecoder Method

Determines whether LibHeif has a decoder for the specified HeifCompressionFormat.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
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