summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-10-24 20:33:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-24 20:33:36 -0700
commit0d2ba464f2148c682ed03e00f02f66190422f5d2 (patch)
tree78ab3ec38b370e6b54abdf69f21c78c5266e5ae4 /telephony/java/com
parent25ded1d77bc34a736252c728e62e1d4e0eb0b9c5 (diff)
parentf19c5526dafe60c4d1cb82cf3e5830c5f657271e (diff)
downloadframeworks_base-0d2ba464f2148c682ed03e00f02f66190422f5d2.zip
frameworks_base-0d2ba464f2148c682ed03e00f02f66190422f5d2.tar.gz
frameworks_base-0d2ba464f2148c682ed03e00f02f66190422f5d2.tar.bz2
Merge "IMS: Add audio quality for new EVS Standard codec for IMS"
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/ims/ImsStreamMediaProfile.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/ImsStreamMediaProfile.java b/telephony/java/com/android/ims/ImsStreamMediaProfile.java
index 5a99212..216cef5 100644
--- a/telephony/java/com/android/ims/ImsStreamMediaProfile.java
+++ b/telephony/java/com/android/ims/ImsStreamMediaProfile.java
@@ -51,6 +51,16 @@ public class ImsStreamMediaProfile implements Parcelable {
public static final int AUDIO_QUALITY_GSM_EFR = 8;
public static final int AUDIO_QUALITY_GSM_FR = 9;
public static final int AUDIO_QUALITY_GSM_HR = 10;
+ public static final int AUDIO_QUALITY_G711U = 11;
+ public static final int AUDIO_QUALITY_G723 = 12;
+ public static final int AUDIO_QUALITY_G711A = 13;
+ public static final int AUDIO_QUALITY_G722 = 14;
+ public static final int AUDIO_QUALITY_G711AB = 15;
+ public static final int AUDIO_QUALITY_G729 = 16;
+ public static final int AUDIO_QUALITY_EVS_NB = 17;
+ public static final int AUDIO_QUALITY_EVS_WB = 18;
+ public static final int AUDIO_QUALITY_EVS_SWB = 19;
+ public static final int AUDIO_QUALITY_EVS_FB = 20;
/**
* Video information