Click or drag to resize

HeifEncoder Class

A LibHeif encoder instance
Inheritance Hierarchy

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifEncoder : Disposable

The HeifEncoder type exposes the following members.

Properties
 NameDescription
Public propertyEncoderParameters Gets a list of the supported encoder parameters.
Top
Methods
 NameDescription
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Disposable)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetLossless Sets the lossless compression support.
Public methodSetLossyQuality Sets the encoder lossy quality.
Public methodSetParameter(HeifBooleanEncoderParameter, Boolean) Sets an encoder parameter.
Public methodSetParameter(HeifIntegerEncoderParameter, Int32) Sets an encoder parameter.
Public methodSetParameter(HeifStringEncoderParameter, String) Sets an encoder parameter.
Public methodSetParameter(String, Boolean) Sets an encoder parameter.
Public methodSetParameter(String, Int32) Sets an encoder parameter.
Public methodSetParameter(String, String) Sets an encoder parameter.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also