| Modifier and Type | Field and Description |
|---|---|
protected Volume.VolumeControlType |
Volume.controlType
The type of volume control that is available
|
protected Volume.VolumeControlType |
Volume.VolumeBuilder.controlType
The type of volume control that is available
|
| Modifier and Type | Method and Description |
|---|---|
Volume.VolumeControlType |
Volume.VolumeBuilder.controlType() |
Volume.VolumeControlType |
Volume.getControlType() |
static Volume.VolumeControlType |
Volume.VolumeControlType.typeOf(String controlType)
Parses the specified string and returns the corresponding
Volume.VolumeControlType, or null if no match could be
found. |
static Volume.VolumeControlType |
Volume.VolumeControlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.VolumeControlType[] |
Volume.VolumeControlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Volume(Volume.VolumeControlType controlType,
Double level,
Boolean muted,
Double stepInterval)
Creates a new instance using the specified parameters.
|
VolumeBuilder(Volume.VolumeControlType controlType,
Double stepInterval)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.