mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
* 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.
|
* duration for other types of {@link MediaItem}, in microseconds.
|
||||||
*/
|
*/
|
||||||
|
// TODO - b/309767764: Consider merging with presentationDurationUs.
|
||||||
public final long durationUs;
|
public final long durationUs;
|
||||||
|
|
||||||
/** The frame rate of the image in the output video, in frames per second. */
|
/** The frame rate of the image in the output video, in frames per second. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue