Clarify slow mo flattening Javadoc

PiperOrigin-RevId: 511778088
This commit is contained in:
kimvde 2023-02-23 15:12:41 +00:00 committed by tonihei
parent 734487adfa
commit ecf168b359

View File

@ -103,8 +103,8 @@ 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 * <p>Slow motion flattening is only supported when the {@link Composition} contains exactly one
* MediaItem}. * {@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.