Click or drag to resize

HeifEncoderDescriptor Class

Represents a LibHeif encoder descriptor.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifEncoderDescriptor

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

The HeifEncoderDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyCompressionFormat Gets the encoder compression format.
Public propertyIdName Gets the encoder id name.
Public propertyName Gets the encoder name.
Public propertySupportsLosslessCompression Gets a value indicating whether the encoder supports lossless compression.
Public propertySupportsLossyCompression Gets a value indicating whether the encoder supports lossy compression.
Top
Methods
 NameDescription
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also