javax.sound.sampled
Class BooleanControl.Type

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.BooleanControl.Type
Enclosing class:
BooleanControl

public static class BooleanControl.Type
extends Control.Type

A Type specialized to represent a boolean control.

Since:
1.3

Field Summary
static BooleanControl.Type APPLY_REVERB
          A control for applying reverb.
static BooleanControl.Type MUTE
          A control for muting.
 
Constructor Summary
protected BooleanControl.Type(String name)
          Create a new Type given its name.
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

BooleanControl.Type

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

Parameters:
name - the name of the type