软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
javax.sound.sampled.spi |
为服务提供抽象类,在提供新的音频设备、声音文件阅读器和作者或音频格式转换器时提供给子类。
|
Modifier and Type | Method and Description |
---|---|
static Mixer |
AudioSystem.getMixer(Mixer.Info info)
获取所需的音频混合器。
|
Modifier and Type | Method and Description |
---|---|
abstract Mixer |
MixerProvider.getMixer(Mixer.Info info)
获取由信息对象表示的混合器的实例。
|
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.