public static class

EnumControl.Type

extends Control.Type
java.lang.Object
   ↳ javax.sound.sampled.Control.Type
     ↳ javax.sound.sampled.EnumControl.Type

Class Overview

An instance of the EnumControl.Type inner class identifies one kind of enumerated control. Static instances are provided for the common types.

See Also

Summary

Fields
public static final EnumControl.Type REVERB Represents a control over a set of possible reverberation settings.
Protected Constructors
EnumControl.Type(String name)
Constructs a new enumerated control type.
[Expand]
Inherited Methods
From class javax.sound.sampled.Control.Type
From class java.lang.Object

Fields

public static final EnumControl.Type REVERB

Represents a control over a set of possible reverberation settings. Each reverberation setting is described by an instance of the ReverbType class. (To access these settings, invoke getValues() on an enumerated control of type REVERB.)

Protected Constructors

protected EnumControl.Type (String name)

Constructs a new enumerated control type.

Parameters
name the name of the new enumerated control type