public static final class MSBearerCapability.GSM.Content.Speech.SpeechVersion extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
SpeechVersion ::= ENUMERATED { GSM_FULL_RATE_SPEECH_V1 (0), GSM_HALF_RATE_SPEECH_V1 (1), GSM_FULL_RATE_SPEECH_V2 (2), ..., GSM_FULL_RATE_SPEECH_V3 (4), GSM_HALF_RATE_SPEECH_V3 (5), GSM_FULL_RATE_SPEECH_V4 (6), GSM_HALF_RATE_SPEECH_V4 (7), GSM_FULL_RATE_SPEECH_V5 (8), ..., GSM_HALF_RATE_SPEECH_V6 (11), ..., NO_SPEECH_VERSION (15) }
Modifier and Type | Field and Description |
---|---|
static int |
_GSM_FULL_RATE_SPEECH_V1
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 1.
|
static int |
_GSM_FULL_RATE_SPEECH_V2
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 2.
|
static int |
_GSM_FULL_RATE_SPEECH_V3
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 3.
|
static int |
_GSM_FULL_RATE_SPEECH_V4
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 4.
|
static int |
_GSM_FULL_RATE_SPEECH_V5
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 5.
|
static int |
_GSM_HALF_RATE_SPEECH_V1
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 1.
|
static int |
_GSM_HALF_RATE_SPEECH_V3
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 3.
|
static int |
_GSM_HALF_RATE_SPEECH_V4
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 4.
|
static int |
_GSM_HALF_RATE_SPEECH_V6
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 6.
|
static int |
_NO_SPEECH_VERSION
ISO-IEC SpeechVersion constant corresponding to no speech version supported for GSM radio access .
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_FULL_RATE_SPEECH_V1
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 1.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_FULL_RATE_SPEECH_V2
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 2.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_FULL_RATE_SPEECH_V3
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 3.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_FULL_RATE_SPEECH_V4
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 4.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_FULL_RATE_SPEECH_V5
ISO-IEC SpeechVersion constant corresponding to GSM full rate speech version 5.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_HALF_RATE_SPEECH_V1
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 1.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_HALF_RATE_SPEECH_V3
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 3.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_HALF_RATE_SPEECH_V4
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 4.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
GSM_HALF_RATE_SPEECH_V6
ISO-IEC SpeechVersion constant corresponding to GSM half rate speech version 6.
|
static int |
MAX_VALUE
Maximum value that a SpeechVersion instance may take (15).
|
static int |
MIN_VALUE
Minimum value that a SpeechVersion instance may take (0).
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
NO_SPEECH_VERSION
ISO-IEC SpeechVersion constant corresponding to no speech version supported for GSM radio access .
|
Modifier and Type | Method and Description |
---|---|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion |
fromValue(int value)
Returns a SpeechVersion for a particular integer value.
|
static MSBearerCapability.GSM.Content.Speech.SpeechVersion[] |
namedValues()
Returns an array containing all of SpeechVersion's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _GSM_FULL_RATE_SPEECH_V1
public static final int _GSM_HALF_RATE_SPEECH_V1
public static final int _GSM_FULL_RATE_SPEECH_V2
public static final int _GSM_FULL_RATE_SPEECH_V3
public static final int _GSM_HALF_RATE_SPEECH_V3
public static final int _GSM_FULL_RATE_SPEECH_V4
public static final int _GSM_HALF_RATE_SPEECH_V4
public static final int _GSM_FULL_RATE_SPEECH_V5
public static final int _GSM_HALF_RATE_SPEECH_V6
public static final int _NO_SPEECH_VERSION
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_FULL_RATE_SPEECH_V1
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_HALF_RATE_SPEECH_V1
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_FULL_RATE_SPEECH_V2
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_FULL_RATE_SPEECH_V3
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_HALF_RATE_SPEECH_V3
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_FULL_RATE_SPEECH_V4
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_HALF_RATE_SPEECH_V4
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_FULL_RATE_SPEECH_V5
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion GSM_HALF_RATE_SPEECH_V6
public static final MSBearerCapability.GSM.Content.Speech.SpeechVersion NO_SPEECH_VERSION
public static final int MIN_VALUE
public static final int MAX_VALUE
public static MSBearerCapability.GSM.Content.Speech.SpeechVersion fromValue(int value)
public static MSBearerCapability.GSM.Content.Speech.SpeechVersion[] namedValues()