|
VirtualBox Main API
|
Manages emulated USB devices. More...
Public Member Functions | |
| void | webcamAttach (in wstring path, in wstring settings) |
| Attaches the emulated USB webcam to the VM, which will use a host video capture device. | |
| void | webcamDetach (in wstring path) |
| Detaches the emulated USB webcam from the VM. | |
Public Attributes | |
| readonly attribute wstring[] | webcams |
| Lists attached virtual webcams. | |
Manages emulated USB devices.
{38CC4DFD-8BB2-4D40-AEBE-699EEAD8C2DD} | void IEmulatedUSB::webcamAttach | ( | in wstring | path, |
| in wstring | settings | ||
| ) |
Attaches the emulated USB webcam to the VM, which will use a host video capture device.
| path | The host path of the capture device to use. |
| settings | Optional settings. |
| void IEmulatedUSB::webcamDetach | ( | in wstring | path | ) |
Detaches the emulated USB webcam from the VM.
| path | The host path of the capture device to detach. |
| readonly attribute wstring [] IEmulatedUSB::webcams |
Lists attached virtual webcams.
1.8.1.2