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 void
addDeviceSelectionListener(DeviceSelectionListener listener)
AJSDevice
getDevice()
AJSAudioSystem.DeviceType
getDeviceType()
javax.sound.sampled.Mixer
getMixer()
void
removeDeviceSelectionListener(DeviceSelectionListener listener)
void
setDevice(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)
-
-