LibHeifInfoGetDecoderDescriptors Method

Gets a list of the decoder descriptors.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public static IReadOnlyList<HeifDecoderDescriptor> GetDecoderDescriptors(
	HeifCompressionFormat format = HeifCompressionFormat.Undefined
)

Parameters

format  HeifCompressionFormat  (Optional)
The compression format.

Return Value

IReadOnlyListHeifDecoderDescriptor
The decoder descriptors.

Remarks

This method is supported starting with LibHeif version 1.15.0, and will return an empty collection on older versions.

Exceptions

HeifExceptionA LibHeif error occurred.

See Also