Package com.tagtraum.audiokern
Interface AudioDevice
-
- All Known Implementing Classes:
AirPlayAudioDevice,DefaultAudioDevice,MixerAudioDevice
public interface AudioDeviceAudioDevice.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinegetLine(Line.Info info)MixergetMixer()StringgetName()booleanisDefault()
-
-
-
Method Detail
-
getName
String getName()
-
isDefault
boolean isDefault()
-
getMixer
Mixer getMixer()
-
getLine
Line getLine(Line.Info info) throws LineUnavailableException
- Throws:
LineUnavailableException
-
-