org.virtualbox_5_0
Class IHostVideoInputDevice

java.lang.Object
  extended by org.virtualbox_5_0.IUnknown
      extended by org.virtualbox_5_0.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}


Field Summary
 
Fields inherited from class org.virtualbox_5_0.IUnknown
obj, port
 
Constructor Summary
IHostVideoInputDevice(java.lang.String wrapped, org.virtualbox_5_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getAlias()
          An alias which can be used for IConsole::webcamAttach
 java.lang.String getName()
          User friendly name.
 java.lang.String getPath()
          The host path of the device.
static IHostVideoInputDevice queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_0.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IHostVideoInputDevice

public IHostVideoInputDevice(java.lang.String wrapped,
                             org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail

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)