mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix java doc of setSampleBatchingEnabled
method
PiperOrigin-RevId: 708310532
This commit is contained in:
parent
f06bfc2e15
commit
684c394019
@ -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}.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user