| VirtualBox Main API
    | 
The IAudioSettings interface represents the audio settings for a virtual machine. More...
 
 | Public Member Functions | |
| void | getHostAudioDevice (in AudioDirection usage, [retval] out IHostAudioDevice device) | 
| Returns the machine's current host audio device for the specified usage. | |
| void | setHostAudioDevice (in IHostAudioDevice device, in AudioDirection usage) | 
| Sets the machine's current host audio device for the specified usage. | |
| Public Attributes | |
| readonly attribute IAudioAdapter | adapter | 
| Associated audio adapter, always present. | |
The IAudioSettings interface represents the audio settings for a virtual machine.
{52F40B16-520E-473F-9428-3E69B0D915C3} | void IAudioSettings::getHostAudioDevice | ( | in AudioDirection | usage, | 
| [retval] out IHostAudioDevice | device | ||
| ) | 
Returns the machine's current host audio device for the specified usage.
| usage | Usage to retrieve audio device for. | 
| device | Host audio device for the specified direction. | 
| E_NOTIMPL | This method is not implemented yet. | 
| void IAudioSettings::setHostAudioDevice | ( | in IHostAudioDevice | device, | 
| in AudioDirection | usage | ||
| ) | 
Sets the machine's current host audio device for the specified usage.
| device | Sets the host audio device for the specified usage. | 
| usage | Usage to set audio device for. | 
| E_NOTIMPL | This method is not implemented yet. | 
| readonly attribute IAudioAdapter IAudioSettings::adapter | 
Associated audio adapter, always present.