mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix composition's duration not respecting presentation duration
PiperOrigin-RevId: 580540264
This commit is contained in:
parent
2ae22a412a
commit
ef9a76efe2
1 changed files with 1 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue