The IAudioAdapter interface represents the virtual audio adapter of the virtual machine. More...
Public Attributes | |
attribute boolean | enabled |
Flag whether the audio adapter is present in the guest system. | |
attribute AudioControllerType | audioController |
The audio hardware we emulate. | |
attribute AudioDriverType | audioDriver |
Audio driver the adapter is connected to. |
The IAudioAdapter interface represents the virtual audio adapter of the virtual machine.
Used in IMachine::audioAdapter.
{921873DB-5F3F-4B69-91F9-7BE9E535A2CB}
attribute boolean IAudioAdapter::enabled |
Flag whether the audio adapter is present in the guest system.
If disabled, the virtual guest hardware will not contain any audio adapter. Can only be changed when the VM is not running.
The audio hardware we emulate.
attribute AudioDriverType IAudioAdapter::audioDriver |
Audio driver the adapter is connected to.
This setting can only be changed when the VM is not running.