org.virtualbox_4_3
Class IHostVideoInputDevice
java.lang.Object
org.virtualbox_4_3.IUnknown
org.virtualbox_4_3.IHostVideoInputDevice
public class IHostVideoInputDevice
- extends IUnknown
Represents one of host's video capture devices, for example a webcam.
Interface ID: {A1CEAE44-D65E-4156-9359-D390F93EE9A0}
Constructor Summary |
IHostVideoInputDevice(java.lang.String wrapped,
org.virtualbox_4_3.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IHostVideoInputDevice
public IHostVideoInputDevice(java.lang.String wrapped,
org.virtualbox_4_3.jaxws.VboxPortType port)
getName
public java.lang.String getName()
- User friendly name.
- Returns:
- String
getPath
public java.lang.String getPath()
- The host path of the device.
- Returns:
- String
getAlias
public java.lang.String getAlias()
- An alias which can be used for IConsole::webcamAttach
- Returns:
- String
queryInterface
public static IHostVideoInputDevice queryInterface(IUnknown obj)