diff options
| author | Paul McLean <pmclean@google.com> | 2015-05-14 14:57:08 -0700 |
|---|---|---|
| committer | Paul McLean <pmclean@google.com> | 2015-05-14 14:57:08 -0700 |
| commit | f62c7428e78b1559ccc61e2d645c31ce10199c60 (patch) | |
| tree | 547a14fefa47c7855dedff4bfbcea58f37042919 /api/system-current.txt | |
| parent | fed0196b9500b9f1e58071b177fb02245d8e4e91 (diff) | |
| download | frameworks_base-f62c7428e78b1559ccc61e2d645c31ce10199c60.zip frameworks_base-f62c7428e78b1559ccc61e2d645c31ce10199c60.tar.gz frameworks_base-f62c7428e78b1559ccc61e2d645c31ce10199c60.tar.bz2 | |
Change AudioDevicesInfo.getFormats() to getEncodings().
Change-Id: Id5115853744cd945bee5fee2601d9febc953208f
Diffstat (limited to 'api/system-current.txt')
| -rw-r--r-- | api/system-current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 07fb2d7..1005283 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -15910,7 +15910,7 @@ package android.media { method public int[] getChannelCounts(); method public int[] getChannelIndexMasks(); method public int[] getChannelMasks(); - method public int[] getFormats(); + method public int[] getEncodings(); method public int getId(); method public java.lang.CharSequence getProductName(); method public int[] getSampleRates(); |
