Click or drag to resize

HeifContextGetEncoderDescriptors Method

Gets a list of the encoder descriptors.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public IReadOnlyList<HeifEncoderDescriptor> GetEncoderDescriptors(
	HeifCompressionFormat format = HeifCompressionFormat.Undefined,
	string nameFilter = null
)

Parameters

format  HeifCompressionFormat  (Optional)
The compression format.
nameFilter  String  (Optional)
The encoder name filter.

Return Value

IReadOnlyListHeifEncoderDescriptor
The encoder descriptors.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also