Language

ConnectionAudioCodec Enum

Definition

public enum ConnectionAudioCodec
type ConnectionAudioCodec = 
Inheritance
ConnectionAudioCodec

Fields

Name Value Description
None 0

Indicates that the audio codec is currently not specified or is unknown.

Android reference for android.telecom.Connection.AUDIO_CODEC_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Amr 1

Adaptive Multi-rate audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_AMR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AmrWb 2

Adaptive Multi-rate wideband audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_AMR_WB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Qcelp13k 3

Qualcomm code-excited linear prediction 13 kilobit audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_QCELP13K.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Evrc 4

Enhanced Variable Rate Codec. See 3GPP2 C.S0014-A.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVRC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvrcB 5

Enhanced Variable Rate Codec B. Commonly used on CDMA networks.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVRC_B.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvrcWb 6

Enhanced Variable Rate Wideband Codec. See RFC5188.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVRC_WB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvrcNw 7

Enhanced Variable Rate Narrowband-Wideband Codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVRC_NW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GsmEfr 8

GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.60, or simply EFR.

Android reference for android.telecom.Connection.AUDIO_CODEC_GSM_EFR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GsmFr 9

GSM Full-Rate audio codec, also known as GSM-FR, GSM 06.10, GSM, or simply FR.

Android reference for android.telecom.Connection.AUDIO_CODEC_GSM_FR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GsmHr 10

GSM Half Rate audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_GSM_HR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

G711u 11

ITU-T G711U audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_G711U.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

G723 12

ITU-T G723 audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_G723.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

G711a 13

ITU-T G711A audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_G711A.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

G722 14

ITU-T G722 audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_G722.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

G711ab 15

ITU-T G711AB audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_G711AB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

G729 16

ITU-T G729 audio codec.

Android reference for android.telecom.Connection.AUDIO_CODEC_G729.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvsNb 17

Enhanced Voice Services Narrowband audio codec. See 3GPP TS 26.441.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVS_NB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvsWb 18

Enhanced Voice Services Wideband audio codec. See 3GPP TS 26.441.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVS_WB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvsSwb 19

Enhanced Voice Services Super-Wideband audio codec. See 3GPP TS 26.441.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVS_SWB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvsFb 20

Enhanced Voice Services Fullband audio codec. See 3GPP TS 26.441.

Android reference for android.telecom.Connection.AUDIO_CODEC_EVS_FB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to