|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.Mixer.Info
org.qtunes.speaker.spi.justeport.javasoundspi.AirtunesInfo
public class AirtunesInfo
Represents a single Airtunes object - an Airport
Constructor Summary | |
---|---|
AirtunesInfo(String host)
Create a new AirtunesInfo |
|
AirtunesInfo(String host,
int port)
Create a new AirtunesInfo with the specified mixer name |
Method Summary | |
---|---|
String |
getHost()
Get the host address |
int |
getPort()
Get the host port |
Methods inherited from class javax.sound.sampled.Mixer.Info |
---|
equals, getDescription, getName, getVendor, getVersion, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AirtunesInfo(String host)
host
- the host, eg "airport.local"public AirtunesInfo(String host, int port)
host
- the host, eg "airport.local"port
- the port to connect to - the default is 5000Method Detail |
---|
public String getHost()
public int getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |