|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_2.IUnknown
org.virtualbox_5_2.IAudioAdapter
public class IAudioAdapter
The IAudioAdapter interface represents the virtual audio adapter of
the virtual machine. Used inIMachine.getAudioAdapter()
.
Interface ID: {AECCC0A8-E0A0-427F-B946-C42063F54D81}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_2.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IAudioAdapter(java.lang.String wrapped,
org.virtualbox_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
AudioCodecType |
getAudioCodec()
The exact variant of audio codec hardware presented to the guest. |
AudioControllerType |
getAudioController()
The emulated audio controller. |
AudioDriverType |
getAudioDriver()
Audio driver the adapter is connected to. |
java.lang.Boolean |
getEnabled()
Flag whether the audio adapter is present in the guest system. |
java.lang.Boolean |
getEnabledIn()
Flag whether the audio adapter is enabled for audio input. |
java.lang.Boolean |
getEnabledOut()
Flag whether the audio adapter is enabled for audio output. |
java.util.List<java.lang.String> |
getPropertiesList()
Array of names of tunable properties, which can be supported by audio driver. |
java.lang.String |
getProperty(java.lang.String key)
Returns an audio specific property string. |
static IAudioAdapter |
queryInterface(IUnknown obj)
|
void |
setAudioCodec(AudioCodecType value)
The exact variant of audio codec hardware presented to the guest. |
void |
setAudioController(AudioControllerType value)
The emulated audio controller. |
void |
setAudioDriver(AudioDriverType value)
Audio driver the adapter is connected to. |
void |
setEnabled(java.lang.Boolean value)
Flag whether the audio adapter is present in the guest system. |
void |
setEnabledIn(java.lang.Boolean value)
Flag whether the audio adapter is enabled for audio input. |
void |
setEnabledOut(java.lang.Boolean value)
Flag whether the audio adapter is enabled for audio output. |
void |
setProperty(java.lang.String key,
java.lang.String value)
Sets an audio specific property string. |
Methods inherited from class org.virtualbox_5_2.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 IAudioAdapter(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean value)
value
- Booleanpublic java.lang.Boolean getEnabledIn()
public void setEnabledIn(java.lang.Boolean value)
value
- Booleanpublic java.lang.Boolean getEnabledOut()
public void setEnabledOut(java.lang.Boolean value)
value
- Booleanpublic AudioControllerType getAudioController()
public void setAudioController(AudioControllerType value)
value
- org.virtualbox_5_2.AudioControllerTypepublic AudioCodecType getAudioCodec()
public void setAudioCodec(AudioCodecType value)
value
- org.virtualbox_5_2.AudioCodecTypepublic AudioDriverType getAudioDriver()
public void setAudioDriver(AudioDriverType value)
value
- org.virtualbox_5_2.AudioDriverTypepublic java.util.List<java.lang.String> getPropertiesList()
public static IAudioAdapter queryInterface(IUnknown obj)
public void setProperty(java.lang.String key, java.lang.String value)
key
- Name of the key to set.value
- Value to assign to the key.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 |