Package ipsk.audio.ajs
Class DeviceSelection
- java.lang.Object
-
- ipsk.audio.ajs.DeviceSelection
-
public class DeviceSelection extends java.lang.Object- Author:
- klausj
-
-
Constructor Summary
Constructors Constructor Description DeviceSelection(AJSAudioSystem.DeviceType deviceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDeviceSelectionListener(DeviceSelectionListener listener)AJSDevicegetDevice()AJSAudioSystem.DeviceTypegetDeviceType()javax.sound.sampled.MixergetMixer()voidremoveDeviceSelectionListener(DeviceSelectionListener listener)voidsetDevice(AJSDevice device)
-
-
-
Constructor Detail
-
DeviceSelection
public DeviceSelection(AJSAudioSystem.DeviceType deviceType)
-
-
Method Detail
-
getDevice
public AJSDevice getDevice()
-
setDevice
public void setDevice(AJSDevice device)
-
getDeviceType
public AJSAudioSystem.DeviceType getDeviceType()
-
getMixer
public javax.sound.sampled.Mixer getMixer()
-
addDeviceSelectionListener
public void addDeviceSelectionListener(DeviceSelectionListener listener)
-
removeDeviceSelectionListener
public void removeDeviceSelectionListener(DeviceSelectionListener listener)
-
-