Previous | Contents | Next

3.2.14 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. function is useful in various game genre. can be set small value to reduce video file size in static screen like simulation game. can be set large value to reduce video file size in dynamic screen like action game.

If pass 0 as parameter, frame rate control won't be work.

HRESULT SetMinMaxFPS(INT nMin, INT nMax);