diff options
author | Andy Hung <hunga@google.com> | 2015-05-13 18:25:48 -0700 |
---|---|---|
committer | Andy Hung <hunga@google.com> | 2015-05-13 18:33:28 -0700 |
commit | bece0c7a1d4dd038817e7281dc446d3e49ba9d64 (patch) | |
tree | 0c285af7bcab5af01b49be73032d135b757b93ca /api | |
parent | 973b8851eecbdcbab4992be01aaab568fd371a0a (diff) | |
download | frameworks_base-bece0c7a1d4dd038817e7281dc446d3e49ba9d64.zip frameworks_base-bece0c7a1d4dd038817e7281dc446d3e49ba9d64.tar.gz frameworks_base-bece0c7a1d4dd038817e7281dc446d3e49ba9d64.tar.bz2 |
Add getChannelIndexMasks API to AudioDeviceInfo
Fix some javadoc as well.
Bug: 21129531
Change-Id: I82e5b66f254f6acdcd93638eeed878b4c5b5be34
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 0782b39..409c1f8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14686,6 +14686,7 @@ package android.media { public final class AudioDeviceInfo { method public int[] getChannelCounts(); + method public int[] getChannelIndexMasks(); method public int[] getChannelMasks(); method public int[] getFormats(); method public int getId(); diff --git a/api/system-current.txt b/api/system-current.txt index 9f5dbdd..ebefa2e 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -15894,6 +15894,7 @@ package android.media { public final class AudioDeviceInfo { method public int[] getChannelCounts(); + method public int[] getChannelIndexMasks(); method public int[] getChannelMasks(); method public int[] getFormats(); method public int getId(); |