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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1764 HRESULT Machine::getVideoCaptureWidth(ULONG *aVideoCaptureWidth) argument
1767 *aVideoCaptureWidth = mHWData->mVideoCaptureWidth;
1771 HRESULT Machine::setVideoCaptureWidth(ULONG aVideoCaptureWidth) argument
1781 mHWData->mVideoCaptureWidth = aVideoCaptureWidth;

Completed in 114 milliseconds