软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
Modifier and Type | Method and Description |
---|---|
static Clip |
AudioSystem.getClip()
获得一个可用于播放音频文件或音频流的剪辑。
|
static Clip |
AudioSystem.getClip(Mixer.Info mixerInfo)
从指定的混合机中获取一个可用于播放音频文件或音频流的剪辑。
|
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.