public class IAudioSettings extends IUnknown
| Constructor and Description |
|---|
IAudioSettings(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
| Modifier and Type | Method and Description |
|---|---|
IAudioAdapter |
getAdapter()
Associated audio adapter, always present.
|
IHostAudioDevice |
getHostAudioDevice(AudioDirection usage)
Returns the machine's current host audio device for the specified usage.
|
static IAudioSettings |
queryInterface(IUnknown obj) |
void |
setHostAudioDevice(IHostAudioDevice device,
AudioDirection usage)
Sets the machine's current host audio device for the specified usage.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemotepublic IAudioSettings(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
public IAudioAdapter getAdapter()
public static IAudioSettings queryInterface(IUnknown obj)
public IHostAudioDevice getHostAudioDevice(AudioDirection usage)
usage - Usage to retrieve audio device for.| E_NOTIMPL | This method is not implemented yet. |
public void setHostAudioDevice(IHostAudioDevice device, AudioDirection usage)
device - Sets the host audio device for the specified usage.usage - Usage to set audio device for.
Expected result codes:
| E_NOTIMPL | This method is not implemented yet. |