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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4286 xml::ElementNode *pelmVideoCapture = pelmHardware->createChild("VideoCapture"); local
4290 pelmVideoCapture->setAttribute("enabled", hw.fVideoCaptureEnabled);
4291 pelmVideoCapture->setAttribute("screens", hw.u64VideoCaptureScreens);
4293 pelmVideoCapture->setAttributePath("file", hw.strVideoCaptureFile);
4294 pelmVideoCapture->setAttribute("horzRes", hw.ulVideoCaptureHorzRes);
4295 pelmVideoCapture->setAttribute("vertRes", hw.ulVideoCaptureVertRes);
4296 pelmVideoCapture->setAttribute("rate", hw.ulVideoCaptureRate);
4297 pelmVideoCapture->setAttribute("fps", hw.ulVideoCaptureFPS);
4298 pelmVideoCapture->setAttribute("maxTime", hw.ulVideoCaptureMaxTime);
4299 pelmVideoCapture
[all...]

Completed in 56 milliseconds