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

Commit 0d5bbc4a authored by Dorin Drimus's avatar Dorin Drimus
Browse files

Document change of allow setBufferSize for non pcm AudioTrack

Functional code change is in AudioTrack.cpp, this is just an update to
the developer documentation.

Test: N/A
Bug: 192343963
Change-Id: I0b41b31168eff51f587e7678d86e1ea61603b079
parent ae5b81df
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,