Manages emulated USB devices.
More...
List of all members.
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.
|
Detailed Description
Manages emulated USB devices.
- Interface ID:
{38CC4DFD-8BB2-4D40-AEBE-699EEAD8C2DD}
Member Function Documentation
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.
- Parameters:
-
| 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.
- Parameters:
-
| path | The host path of the capture device to detach. |
Member Data Documentation
Lists attached virtual webcams.