Searched defs:aVideoCaptureFPS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1830 HRESULT Machine::getVideoCaptureFPS(ULONG *aVideoCaptureFPS) argument
1833 *aVideoCaptureFPS = mHWData->mVideoCaptureFPS;
1837 HRESULT Machine::setVideoCaptureFPS(ULONG aVideoCaptureFPS) argument
1847 mHWData->mVideoCaptureFPS = aVideoCaptureFPS;

Completed in 86 milliseconds