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

Commit 1fd1e06e authored by kopriva's avatar kopriva Committed by android-build-merger
Browse files

Merge "docs: bug 37070633, wrong method name" into pi-dev am: d6301096

am: 200b55a7

Change-Id: Id161ff13bc0b6c203bb88a0e993d69e46857298a
parents 8a376e5c 200b55a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ public class AudioRecord implements AudioRouting
     *                 .setSampleRate(32000)
     *                 .setChannelMask(AudioFormat.CHANNEL_IN_MONO)
     *                 .build())
     *         .setBufferSize(2*minBuffSize)
     *         .setBufferSizeInBytes(2*minBuffSize)
     *         .build();
     * </pre>
     * <p>