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

Commit c5dce784 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Document change of allow setBufferSize for non pcm AudioTrack"

parents 3bb2e4eb 0d5bbc4a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2082,8 +2082,9 @@ public class AudioTrack extends PlayerBase
     * It may also be adjusted slightly for internal reasons.
     * If bufferSizeInFrames is less than zero then {@link #ERROR_BAD_VALUE}
     * will be returned.
     * <p>This method is only supported for PCM audio.
     * It is not supported for compressed audio tracks.
     * <p>This method is supported for PCM audio at all API levels.
     * Compressed audio is supported in API levels 33 and above.
     * For compressed streams the size of a frame is considered to be exactly one byte.
     *
     * @param bufferSizeInFrames requested buffer size in frames
     * @return the actual buffer size in frames or an error code,