Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f62c7428 authored by Paul McLean's avatar Paul McLean
Browse files

Change AudioDevicesInfo.getFormats() to getEncodings().

Change-Id: Id5115853744cd945bee5fee2601d9febc953208f
parent fed0196b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14697,7 +14697,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();
+1 −1
Original line number Diff line number Diff line
@@ -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();
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ public final class AudioDeviceInfo {
     *
     * @see AudioFormat
     */
    public @NonNull int[] getFormats() {
    public @NonNull int[] getEncodings() {
        return mPort.formats();
    }