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.
{6E253EE8-477A-2497-6759-88B8292A5AF0}
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.