| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IAudioAdapter
public class IAudioAdapter
The IAudioAdapter interface represents the virtual audio adapter of
the virtual machine. Used inIAudioSettings.getAdapter().
Interface ID: {5155BFD3-7BA7-45A8-B26D-C91AE3754E37}
| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| IAudioAdapter(java.lang.String wrapped,
              org.virtualbox_7_1.ObjectRefManager objMgr,
              org.virtualbox_7_1.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_7_1.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_7_1.ObjectRefManager objMgr,
                     org.virtualbox_7_1.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_7_1.AudioControllerTypepublic AudioCodecType getAudioCodec()
public void setAudioCodec(AudioCodecType value)
value - org.virtualbox_7_1.AudioCodecTypepublic AudioDriverType getAudioDriver()
public void setAudioDriver(AudioDriverType value)
value - org.virtualbox_7_1.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 | |||||||