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