public void SetMaximumDecodingThreads(
int maxDecodingThreads
)
Public Sub SetMaximumDecodingThreads (
maxDecodingThreads As Integer
)
public:
void SetMaximumDecodingThreads(
int maxDecodingThreads
)
member SetMaximumDecodingThreads :
maxDecodingThreads : int -> unit
This method allows callers to limit the number of threads that LibHeif can use when decoding images. The value will replace the default limit that LibHeif uses when decoding images in this instance.
It is supported starting with LibHeif version 1.13.0, and will be ignored on older versions.
ArgumentOutOfRangeException | maxDecodingThreads is less than or equal to zero. |
ObjectDisposedException | The object has been disposed. |