软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
Modifier and Type | Field and Description |
---|---|
static FloatControl.Type |
FloatControl.Type.AUX_RETURN
表示行上的辅助收益率的控制。
|
static FloatControl.Type |
FloatControl.Type.AUX_SEND
表示行上的辅助发送增益的控件。
|
static FloatControl.Type |
FloatControl.Type.BALANCE
表示两个立体声扬声器之间的立体声信号的相对平衡的控制。
|
static FloatControl.Type |
FloatControl.Type.MASTER_GAIN
表示行上的整体增益的控件。
|
static FloatControl.Type |
FloatControl.Type.PAN
代表相对泛控制(左右定位)的信号。
|
static FloatControl.Type |
FloatControl.Type.REVERB_RETURN
是一个在线后混响增益控制。
|
static FloatControl.Type |
FloatControl.Type.REVERB_SEND
是一个前期混响增益线路上的控制。
|
static FloatControl.Type |
FloatControl.Type.SAMPLE_RATE
表示更改音频播放的采样速率的控件。
|
static FloatControl.Type |
FloatControl.Type.VOLUME
表示行上的卷的控件的控件。
|
Constructor and Description |
---|
FloatControl(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units)
用给定的参数构造一个新的浮控对象。
|
FloatControl(FloatControl.Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units, String minLabel, String midLabel, String maxLabel)
用给定的参数构造一个新的浮控对象
|
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.