Previous | Contents | Next
3.2.12 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-2009 Bandisoft.com, http://www.bandisoft.com
Bandi Capture Library 1.3.1.20 created : 2009-06-30 ¿ÀÈÄ 1:29:19