|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IHostAudioDevice
public class IHostAudioDevice
Represents an audio device provided by the host OS.
Interface ID: {CFDE1265-3140-4048-A81F-A1E280DFBD75}
Field Summary |
---|
Fields inherited from class org.virtualbox_7_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IHostAudioDevice(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.virtualbox_7_0.IUnknown |
---|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IHostAudioDevice(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |