Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.sound.sampled
Class BooleanControl.Type  view BooleanControl.Type download BooleanControl.Type.java

java.lang.Object
  extended byjavax.sound.sampled.Control.Type
      extended byjavax.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.
 
Fields inherited from class javax.sound.sampled.Control.Type
 
Constructor Summary
protected BooleanControl.Type(java.lang.String name)
          Create a new Type given its name.
 
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(java.lang.String name)
Create a new Type given its name.