public class IHostAudioDevice extends IUnknown
{CFDE1265-3140-4048-A81F-A1E280DFBD75}
Constructor and Description |
---|
IHostAudioDevice(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getDefaultIn()
Whether this device is being marked as the default input
device by the host OS.
|
java.lang.Boolean |
getDefaultOut()
Whether this device is being marked as the default output
device by the host OS.
|
java.lang.String |
getId()
Unique device ID.
|
java.lang.Boolean |
getIsHotPlug()
Whether this device is being marked as a hotplug device, i.e.
|
java.lang.String |
getName()
Friendly name of the device.
|
java.lang.String |
getProperty(java.lang.String key)
Returns an audio specific property string.
|
AudioDeviceState |
getState()
Current device state.
|
AudioDeviceType |
getType()
Device type.
|
AudioDirection |
getUsage()
Usage type of the device.
|
static IHostAudioDevice |
queryInterface(IUnknown obj) |
void |
setDefaultIn(java.lang.Boolean value)
Whether this device is being marked as the default input
device by the host OS.
|
void |
setDefaultOut(java.lang.Boolean value)
Whether this device is being marked as the default output
device by the host OS.
|
void |
setIsHotPlug(java.lang.Boolean value)
Whether this device is being marked as a hotplug device, i.e.
|
void |
setName(java.lang.String value)
Friendly name of the device.
|
void |
setState(AudioDeviceState value)
Current device state.
|
void |
setType(AudioDeviceType value)
Device type.
|
void |
setUsage(AudioDirection value)
Usage type of the device.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IHostAudioDevice(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.String getId()
public java.lang.String getName()
public void setName(java.lang.String value)
value
- Stringpublic AudioDeviceType getType()
public void setType(AudioDeviceType value)
value
- org.virtualbox_7_0.AudioDeviceTypepublic AudioDirection getUsage()
public void setUsage(AudioDirection value)
value
- org.virtualbox_7_0.AudioDirectionpublic java.lang.Boolean getDefaultIn()
public void setDefaultIn(java.lang.Boolean value)
value
- Booleanpublic java.lang.Boolean getDefaultOut()
public void setDefaultOut(java.lang.Boolean value)
value
- Booleanpublic java.lang.Boolean getIsHotPlug()
public void setIsHotPlug(java.lang.Boolean value)
value
- Booleanpublic AudioDeviceState getState()
public void setState(AudioDeviceState value)
value
- org.virtualbox_7_0.AudioDeviceStatepublic static IHostAudioDevice queryInterface(IUnknown obj)
public java.lang.String getProperty(java.lang.String key)
key
- Name of the key to get.