diff options
author | Eric Laurent <elaurent@google.com> | 2014-07-31 14:35:35 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2014-07-31 17:12:53 -0700 |
commit | 0498269c00e340a5cacf19c00d552c9a311cc604 (patch) | |
tree | 579f8364363d4303b7d12ade5d638a49877f21fc /api | |
parent | ad3aa32fee096f6887ba41bf0bf2b767cbdefeab (diff) | |
download | frameworks_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')
-rw-r--r-- | api/current.txt | 3 |
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 |