public sealed class HeifEncoder : Disposable
Public NotInheritable Class HeifEncoder
Inherits Disposable
public ref class HeifEncoder sealed : public Disposable
[<SealedAttribute>]
type HeifEncoder =
class
inherit Disposable
end
EncoderParameters | Gets a list of the supported encoder parameters. |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Disposable) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
SetLossless | Sets the lossless compression support. |
SetLossyQuality | Sets the encoder lossy quality. |
SetParameter(HeifBooleanEncoderParameter, Boolean) | Sets an encoder parameter. |
SetParameter(HeifIntegerEncoderParameter, Int32) | Sets an encoder parameter. |
SetParameter(HeifStringEncoderParameter, String) | Sets an encoder parameter. |
SetParameter(String, Boolean) | Sets an encoder parameter. |
SetParameter(String, Int32) | Sets an encoder parameter. |
SetParameter(String, String) | Sets an encoder parameter. |
ToString | Returns a string that represents the current object. (Inherited from Object) |