Previous | Contents | Next
3.2.15 IBandiCapture::SetMinMaxFPS
Set minimal frame rate and maximal frame rate of captured video.
If BCAP_MODE_GDI is used as capture mode, this value is ignored.
If pass 0 as parameter, frame rate control won't be work.
HRESULT SetMinMaxFPS(INT nMin, INT nMax);
-
Parameters
-
INT nMin
-
[in] Specifies minimal frame rate.
-
INT nMax
-
[in] Specifies maximal frame rate.
-
Return value
-
BCERR_INVALIDARG
-
nMin > nMax, or parameter is out of range(0~999).
-
BC_OK
-
Parameter changed successfully.
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