-
- All Superinterfaces:
-
AutoCloseable
,Line
public interface Port extends Line
端口是用于输入或输出音频到音频设备的简单线。 作为源线(混频器输入)的端口的常见示例包括麦克风,线路输入和CD-ROM驱动器。 作为目标线(混频器输出)的端口包括扬声器,耳机和线路输出。 您可以使用Port.Info
对象访问端口。- 从以下版本开始:
- 1.3
-
-
Nested Class Summary
Nested Classes Modifier and Type 接口 描述 static class
Port.Info
Port.Info
类扩展了Line.Info
,其中包括端口的附加信息,包括端口的名称以及它是混合器的源还是目标。
-
方法摘要
-
Methods inherited from interface javax.sound.sampled.Line
addLineListener, close, getControl, getControls, getLineInfo, isControlSupported, isOpen, open, removeLineListener
-
-