Serializable
, Comparable<Integer>
, org.refcodes.mixin.ValueAccessor<Integer>
public enum SampleRate extends Enum<SampleRate> implements org.refcodes.mixin.ValueAccessor<Integer>
org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object>
Enum Constant | Description |
---|---|
MONO |
Least common multiple for 126, 315, 630, 1225, 2450.
|
RATE_29400 |
|
STEREO |
Double of #MONO.
|
Modifier and Type | Method | Description |
---|---|---|
Integer |
getValue() |
|
static SampleRate |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SampleRate[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleRate STEREO
public static final SampleRate MONO
public static final SampleRate RATE_29400
public static SampleRate[] values()
for (SampleRate c : SampleRate.values()) System.out.println(c);
public static SampleRate valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.