Modifier and Type | Field and Description |
---|---|
static Port.Info |
COMPACT_DISC |
static Port.Info |
HEADPHONE |
static Port.Info |
LINE_IN |
static Port.Info |
LINE_OUT |
static Port.Info |
MICROPHONE |
static Port.Info |
SPEAKER |
Constructor and Description |
---|
Info(java.lang.Class lineClass,
java.lang.String strName,
boolean bIsSource) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName() |
static java.lang.Class |
getPortClass() |
int |
hashCode() |
boolean |
isSource() |
boolean |
matches(Line.Info info) |
java.lang.String |
toString() |
getLineClass
public static final Port.Info MICROPHONE
public static final Port.Info LINE_IN
public static final Port.Info COMPACT_DISC
public static final Port.Info SPEAKER
public static final Port.Info HEADPHONE
public static final Port.Info LINE_OUT
public Info(java.lang.Class lineClass, java.lang.String strName, boolean bIsSource)
public static java.lang.Class getPortClass()
public java.lang.String getName()
public boolean isSource()
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object