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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1786 HRESULT Machine::getVideoCaptureHeight(ULONG *aVideoCaptureHeight) argument
1789 *aVideoCaptureHeight = mHWData->mVideoCaptureHeight;
1793 HRESULT Machine::setVideoCaptureHeight(ULONG aVideoCaptureHeight) argument
1803 mHWData->mVideoCaptureHeight = aVideoCaptureHeight;

Completed in 88 milliseconds