LibHeifInfoHaveEncoder Method |
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic static bool HaveEncoder(
HeifCompressionFormat format
)
Public Shared Function HaveEncoder (
format As HeifCompressionFormat
) As Boolean
public:
static bool HaveEncoder(
HeifCompressionFormat format
)
static member HaveEncoder :
format : HeifCompressionFormat -> bool Parameters
- format HeifCompressionFormat
- The compression format.
Return Value
Boolean if LibHeif an encoder for the specified
HeifCompressionFormat;
otherwise,
.
See Also