Document that slow mo flattening is only supported for single-asset

PiperOrigin-RevId: 511757712
This commit is contained in:
kimvde 2023-02-23 13:14:35 +00:00 committed by Andrew Lewis
parent 0205e75ff8
commit 4c9b8cb694

View file

@ -101,6 +101,9 @@ public final class EditedMediaItem {
* {@link Mp4Extractor} used. Otherwise, the slow motion metadata will be ignored and the input
* 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
* supported yet.
*