mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Document that slow mo flattening is only supported for single-asset
PiperOrigin-RevId: 511757712
This commit is contained in:
parent
31c44c7061
commit
01e35ad13b
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ public final class EditedMediaItem {
|
||||||
* {@link Mp4Extractor} used. Otherwise, the slow motion metadata will be ignored and the input
|
* {@link Mp4Extractor} used. Otherwise, the slow motion metadata will be ignored and the input
|
||||||
* won't be flattened.
|
* won't be flattened.
|
||||||
*
|
*
|
||||||
|
* <p>Slow motion flattening is only supported when the {@link Composition} contains one {@link
|
||||||
|
* MediaItem}.
|
||||||
|
*
|
||||||
* <p>Using slow motion flattening together with {@link MediaItem.ClippingConfiguration} is not
|
* <p>Using slow motion flattening together with {@link MediaItem.ClippingConfiguration} is not
|
||||||
* supported yet.
|
* supported yet.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue