HeifEncoderSetParameter(String, Int32) Method

Sets an encoder parameter.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void SetParameter(
	string name,
	int value
)

Parameters

name  String
The parameter name.
value  Int32
The parameter value.

Exceptions

ArgumentNullExceptionname is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also