summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-07-31 14:35:35 -0700
committerEric Laurent <elaurent@google.com>2014-07-31 17:12:53 -0700
commit0498269c00e340a5cacf19c00d552c9a311cc604 (patch)
tree579f8364363d4303b7d12ade5d638a49877f21fc /api/current.txt
parentad3aa32fee096f6887ba41bf0bf2b767cbdefeab (diff)
downloadframeworks_base-0498269c00e340a5cacf19c00d552c9a311cc604.zip
frameworks_base-0498269c00e340a5cacf19c00d552c9a311cc604.tar.gz
frameworks_base-0498269c00e340a5cacf19c00d552c9a311cc604.tar.bz2
unhide AudioFormat getters
Bug: 12378680. Change-Id: Ibe49c6386b12159e705f49f323cae27b6e2d749a
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index c5027ae..dd846fc 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -14095,6 +14095,9 @@ package android.media {
}
public class AudioFormat {
+ method public int getChannelMask();
+ method public int getEncoding();
+ method public int getSampleRate();
field public static final deprecated int CHANNEL_CONFIGURATION_DEFAULT = 1; // 0x1
field public static final deprecated int CHANNEL_CONFIGURATION_INVALID = 0; // 0x0
field public static final deprecated int CHANNEL_CONFIGURATION_MONO = 2; // 0x2