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

Commit b5e5efba authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix build

Change-Id: I1119c37ac317d0ce86c53a6c134c664d2f1c2cb3
parent ac322096
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1157,7 +1157,7 @@ public class AudioTrack
     * If track's creation mode is {@link #MODE_STATIC}, you must have called one of
     * the {@link #write(byte[], int, int)}, {@link #write(short[], int, int)},
     * or {@link #write(float[], int, int, int)} methods.
     * If the mode is {@link #MODE_STREAMING}, you can optionally prime the
     * If the mode is {@link #MODE_STREAM}, you can optionally prime the
     * output buffer by writing up to bufferSizeInBytes (from constructor) before starting.
     * This priming will avoid an immediate underrun, but is not required.
     *