javax.sound.sampled

Class BooleanControl.Type

public static class BooleanControl.Type extends Control.Type

A Type specialized to represent a boolean control.

Since: 1.3

Field Summary
static BooleanControl.TypeAPPLY_REVERB
A control for applying reverb.
static BooleanControl.TypeMUTE
A control for muting.
Constructor Summary
protected Type(String name)
Create a new Type given its name.

Field Detail

APPLY_REVERB

public static final BooleanControl.Type APPLY_REVERB
A control for applying reverb.

MUTE

public static final BooleanControl.Type MUTE
A control for muting.

Constructor Detail

Type

protected Type(String name)
Create a new Type given its name.

Parameters: name the name of the type