LibHeifInfoHaveDecoder Method |
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic 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 Parameters
- format HeifCompressionFormat
- The compression format.
Return Value
Boolean if LibHeif has a decoder for the specified
HeifCompressionFormat;
otherwise,
.
See Also