public class IAudioSettings extends IUnknown
{52F40B16-520E-473F-9428-3E69B0D915C3}
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, releaseRemote
public 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)
E_NOTIMPL
- This method is not implemented yet.usage
- Usage to retrieve audio device for.public void setHostAudioDevice(IHostAudioDevice device, AudioDirection usage)
E_NOTIMPL
- This method is not implemented yet.device
- Sets the host audio device for the specified usage.usage
- Usage to set audio device for.