Previous | Contents | Next
3.2.13 IBandiCapture::SetPriority
Changes internal priority of video capture library's worker thread.
HRESULT SetPriority(INT nPriority);
-
Parameters
-
INT nPriority
-
[in] It uses the same value as SetThreadPriority() API. refer to following options.
-
THREAD_PRIORITY_BELOW_NORMAL
-
Below normal priority. It is advantageous when main thread is more critical.
-
THREAD_PRIORITY_NORMAL
-
Normal priority (default)
-
THREAD_PRIORITY_ABOVE_NORMAL
-
Above normal priority. It is advantageous when BCL thread is more critical. It reduces frame drop when capturing.
Copyright(C) 2008-2019 Bandicam.com, https://www.bandicam.com
Bandi Capture Library 2.1.0.190 created : 2017-02-03 PM 3:34:53