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. * Sets whether to enable sample batching.
* *
* <p>If sample batching is enabled, samples are {@linkplain #writeSampleData(TrackToken, * <p>If sample batching is enabled, samples are written in batches for each track, otherwise
* ByteBuffer, BufferInfo) written} in batches for each track, otherwise samples are written as * samples are written as they {@linkplain #writeSampleData(TrackToken, ByteBuffer, BufferInfo)
* they arrive. * arrive}.
* *
* <p>The default value is {@code true}. * <p>The default value is {@code true}.
*/ */