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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1669 * @param aVideoInputDevices Array of interface pointers to be filled.
1671 HRESULT Host::getVideoInputDevices(std::vector<ComPtr<IHostVideoInputDevice> > &aVideoInputDevices) argument
1680 aVideoInputDevices.resize(list.size());
1683 (*it).queryInterfaceTo(aVideoInputDevices[i].asOutParam());

Completed in 52 milliseconds