public class IHostAudioDeviceChangedEvent extends IEvent
{8DCC633F-7B03-4F0A-9F40-7A784DD0835A}
Constructor and Description |
---|
IHostAudioDeviceChangedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
IHostAudioDevice |
getDevice()
Host audio device that has changed.
|
IVirtualBoxErrorInfo |
getError()
null on success or an error message object on failure.
|
java.lang.Boolean |
getNew()
true if the host device is a newly detected device, false if not.
|
AudioDeviceState |
getState()
New audio device state.
|
static IHostAudioDeviceChangedEvent |
queryInterface(IUnknown obj) |
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IHostAudioDeviceChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public IHostAudioDevice getDevice()
public java.lang.Boolean getNew()
public AudioDeviceState getState()
public IVirtualBoxErrorInfo getError()
public static IHostAudioDeviceChangedEvent queryInterface(IUnknown obj)