软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
Modifier and Type | Field and Description |
---|---|
static BooleanControl.Type |
BooleanControl.Type.APPLY_REVERB
表示用于是否将混响应用到行的控件。
|
static BooleanControl.Type |
BooleanControl.Type.MUTE
表示行的静音状态的控件。
|
Constructor and Description |
---|
BooleanControl(BooleanControl.Type type, boolean initialValue)
用给定的参数构造一个新的布尔控制对象。
|
BooleanControl(BooleanControl.Type type, boolean initialValue, String trueStateLabel, String falseStateLabel)
用给定的参数构造一个新的布尔控制对象。
|
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.