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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp777 com::SafeIfaceArray<IHostVideoInputDevice> hostVideoInputDevices; local
778 CHECK_ERROR(host, COMGETTER(VideoInputDevices)(ComSafeArrayAsOutParam(hostVideoInputDevices)));
779 RTPrintf("Video Input Devices: %u\n", hostVideoInputDevices.size());
780 for (size_t i = 0; i < hostVideoInputDevices.size(); ++i)
782 ComPtr<IHostVideoInputDevice> p = hostVideoInputDevices[i];

Completed in 46 milliseconds