public enum OpusFramesize extends Enum<OpusFramesize>
OpusFramesize class.
| Enum Constant and Description |
|---|
OPUS_FRAMESIZE_10_MS |
OPUS_FRAMESIZE_2_5_MS |
OPUS_FRAMESIZE_20_MS |
OPUS_FRAMESIZE_40_MS |
OPUS_FRAMESIZE_5_MS |
OPUS_FRAMESIZE_60_MS |
OPUS_FRAMESIZE_ARG |
OPUS_FRAMESIZE_UNKNOWN
Error state
|
OPUS_FRAMESIZE_VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static OpusFramesize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpusFramesize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpusFramesize OPUS_FRAMESIZE_UNKNOWN
public static final OpusFramesize OPUS_FRAMESIZE_ARG
public static final OpusFramesize OPUS_FRAMESIZE_2_5_MS
public static final OpusFramesize OPUS_FRAMESIZE_5_MS
public static final OpusFramesize OPUS_FRAMESIZE_10_MS
public static final OpusFramesize OPUS_FRAMESIZE_20_MS
public static final OpusFramesize OPUS_FRAMESIZE_40_MS
public static final OpusFramesize OPUS_FRAMESIZE_60_MS
public static final OpusFramesize OPUS_FRAMESIZE_VARIABLE
public static OpusFramesize[] values()
for (OpusFramesize c : OpusFramesize.values()) System.out.println(c);
public static OpusFramesize 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 © 2024. All rights reserved.