Searched refs:aVideoCaptureRate (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineImpl.h894 HRESULT getVideoCaptureRate(ULONG *aVideoCaptureRate);
895 HRESULT setVideoCaptureRate(ULONG aVideoCaptureRate);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1808 HRESULT Machine::getVideoCaptureRate(ULONG *aVideoCaptureRate) argument
1811 *aVideoCaptureRate = mHWData->mVideoCaptureRate;
1815 HRESULT Machine::setVideoCaptureRate(ULONG aVideoCaptureRate) argument
1825 mHWData->mVideoCaptureRate = aVideoCaptureRate;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6581 #define IMachine_get_VideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->GetVideoCaptureRate(p, aVideoCaptureRate))
6582 #define IMachine_GetVideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->GetVideoCaptureRate(p, aVideoCaptureRate))
6583 #define IMachine_put_VideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->SetVideoCaptureRate(p, aVideoCaptureRate))
6584 #define IMachine_SetVideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->SetVideoCaptureRate(p, aVideoCaptureRate))

Completed in 707 milliseconds