Fix java doc of setSampleBatchingEnabled method

PiperOrigin-RevId: 708310532
This commit is contained in:
sheenachhabra 2024-12-20 06:56:12 -08:00 committed by Copybara-Service
parent f06bfc2e15
commit 684c394019

View File

@ -267,9 +267,9 @@ public final class Mp4Muxer implements Muxer {
/**
* Sets whether to enable sample batching.
*
* <p>If sample batching is enabled, samples are {@linkplain #writeSampleData(TrackToken,
* ByteBuffer, BufferInfo) written} in batches for each track, otherwise samples are written as
* they arrive.
* <p>If sample batching is enabled, samples are written in batches for each track, otherwise
* samples are written as they {@linkplain #writeSampleData(TrackToken, ByteBuffer, BufferInfo)
* arrive}.
*
* <p>The default value is {@code true}.
*/