JavaTM 2 Platform
Std. Ed. v1.3

Uses of Class
javax.sound.sampled.Port.Info

Packages that use Port.Info
javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data. 
 

Uses of Port.Info in javax.sound.sampled
 

Fields in javax.sound.sampled declared as Port.Info
static Port.Info Port.Info.MICROPHONE
          A type of port that gets audio from a built-in microphone or a microphone jack.
static Port.Info Port.Info.LINE_IN
          A type of port that gets audio from a line-level audio input jack.
static Port.Info Port.Info.COMPACT_DISC
          A type of port that gets audio from a CD-ROM drive.
static Port.Info Port.Info.SPEAKER
          A type of port that sends audio to a built-in speaker or a speaker jack.
static Port.Info Port.Info.HEADPHONE
          A type of port that sends audio to a headphone jack.
static Port.Info Port.Info.LINE_OUT
          A type of port that sends audio to a line-level audio output jack.
 


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.