KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > Port.Info

javax.sound.sampled
Class Port.Info

java.lang.Object
  extended by javax.sound.sampled.Line.Info
      extended by javax.sound.sampled.Port.Info
Enclosing interface:
Port
See Also:
getTargetLineInfo, getSourceLineInfo

public static final Port.Info COMPACT_DISC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Port.Info HEADPHONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isSource()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Port.Info LINE_IN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Port.Info LINE_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean matches(Line.Info info)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Port.Info MICROPHONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Port.Info(Class<?> lineClass,
                 String name,
                 boolean isSource)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Port.Info SPEAKER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String toString()
See Also:
Line.Info
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags