Click or drag to resize

HeifEncoderSetParameter(HeifIntegerEncoderParameter, Int32) Method

Sets an encoder parameter.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void SetParameter(
	HeifIntegerEncoderParameter parameter,
	int value
)

Parameters

parameter  HeifIntegerEncoderParameter
The parameter.
value  Int32
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also