LibHeifInfoHaveDecoder Method
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public static bool HaveDecoder(
HeifCompressionFormat format
)
Public Shared Function HaveDecoder (
format As HeifCompressionFormat
) As Boolean
public:
static bool HaveDecoder(
HeifCompressionFormat format
)
static member HaveDecoder :
format : HeifCompressionFormat -> bool
- format HeifCompressionFormat
- The compression format.
Boolean if LibHeif has a decoder for the specified
HeifCompressionFormat;
otherwise,
.