public enum AudioEncoding extends Enum<AudioEncoding> implements ProtocolMessageEnumAudioEncoding specifies the encoding format for audio data.
Protobuf enum google.cloud.ces.v1.AudioEncoding
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALAW |
8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. |
ALAW_VALUE |
8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. |
AUDIO_ENCODING_UNSPECIFIED |
Unspecified audio encoding. |
AUDIO_ENCODING_UNSPECIFIED_VALUE |
Unspecified audio encoding. |
LINEAR16 |
16-bit linear PCM audio encoding. |
LINEAR16_VALUE |
16-bit linear PCM audio encoding. |
MULAW |
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. |
MULAW_VALUE |
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|