软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Clip
的
Clip 接口代表一种特殊的数据线的音频数据可以被加载之前播放,而不是实时流。
|
interface |
SourceDataLine
源数据线是一个数据可能被写入的数据线。
|
interface |
TargetDataLine
目标数据线是一种
从音频数据可以被读取。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.