Fix composition's duration not respecting presentation duration

PiperOrigin-RevId: 580540264
This commit is contained in:
claincly 2023-11-08 08:20:43 -08:00 committed by Copybara-Service
parent 2ae22a412a
commit ef9a76efe2

View File

@ -239,6 +239,7 @@ public final class EditedMediaItem {
* The duration of the image in the output video for image {@link MediaItem}, or the media
* duration for other types of {@link MediaItem}, in microseconds.
*/
// TODO - b/309767764: Consider merging with presentationDurationUs.
public final long durationUs;
/** The frame rate of the image in the output video, in frames per second. */