Package com.tagtraum.audiokern.device
Class AirPlayAudioDevice
- java.lang.Object
-
- com.tagtraum.audiokern.device.AirPlayAudioDevice
-
- All Implemented Interfaces:
AudioDevice
public class AirPlayAudioDevice extends Object implements AudioDevice
AirPlayAudioDevice.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description AirPlayAudioDevice(int index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static AudioDevice[]
getAirPlayDevices()
Line
getLine(Line.Info info)
Mixer
getMixer()
String
getName()
int
hashCode()
boolean
isDefault()
String
toString()
-
-
-
Method Detail
-
getAirPlayDevices
public static AudioDevice[] getAirPlayDevices()
-
getName
public String getName()
- Specified by:
getName
in interfaceAudioDevice
-
isDefault
public boolean isDefault()
- Specified by:
isDefault
in interfaceAudioDevice
-
getMixer
public Mixer getMixer()
- Specified by:
getMixer
in interfaceAudioDevice
-
getLine
public Line getLine(Line.Info info) throws LineUnavailableException
- Specified by:
getLine
in interfaceAudioDevice
- Throws:
LineUnavailableException
-
-