mirror of
https://github.com/samsonjs/media.git
synced 2026-06-28 05:29:33 +00:00
Fix java doc of setSampleBatchingEnabled method
PiperOrigin-RevId: 708310532
This commit is contained in:
parent
f06bfc2e15
commit
684c394019
1 changed files with 3 additions and 3 deletions
|
|
@ -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}.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue