HeifEncoderDescriptor Class

Represents a LibHeif encoder descriptor.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifEncoderDescriptor
Inheritance
Object    HeifEncoderDescriptor

Properties

CompressionFormat Gets the encoder compression format.
IdName Gets the encoder id name.
Name Gets the encoder name.
SupportsLosslessCompression Gets a value indicating whether the encoder supports lossless compression.
SupportsLossyCompression Gets a value indicating whether the encoder supports lossy compression.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also