org.virtualbox_7_1
Class IHostVideoInputDevice
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IHostVideoInputDevice
org.virtualbox_7_1.IHostVideoInputDevice
- public class IHostVideoInputDevice 
- extends IUnknown
Represents one of host's video capture devices, for example a webcam.
Interface ID: {E8C25D4D-AC97-4C16-B3E2-81BD8A57CC27}
 
 
| Constructor Summary | 
| IHostVideoInputDevice(java.lang.String wrapped,
                      org.virtualbox_7_1.ObjectRefManager objMgr,
                      org.virtualbox_7_1.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_7_1.ObjectRefManager objMgr,
                             org.virtualbox_7_1.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 forIEmulatedUSB.webcamAttach(String,String)
 
- 
- Returns:
- String
 
queryInterface
public static IHostVideoInputDevice queryInterface(IUnknown obj)
-