Commit bffa6a96 by tofunmi Committed by microkatz

Update duration & frame rate javadoc in EditedMediaItem

PiperOrigin-RevId: 506874799
parent b5bb6e76
...@@ -126,7 +126,7 @@ public final class EditedMediaItem { ...@@ -126,7 +126,7 @@ public final class EditedMediaItem {
* <p>This should be set for inputs that don't have an implicit duration (e.g. images). It will * <p>This should be set for inputs that don't have an implicit duration (e.g. images). It will
* be ignored for inputs that do have an implicit duration (e.g. video). * be ignored for inputs that do have an implicit duration (e.g. video).
* *
* <p>The default value is {@link C#TIME_UNSET}. * <p>No duration is set by default.
*/ */
@CanIgnoreReturnValue @CanIgnoreReturnValue
public Builder setDurationUs(long durationUs) { public Builder setDurationUs(long durationUs) {
...@@ -141,7 +141,7 @@ public final class EditedMediaItem { ...@@ -141,7 +141,7 @@ public final class EditedMediaItem {
* <p>This should be set for inputs that don't have an implicit frame rate (e.g. images). It * <p>This should be set for inputs that don't have an implicit frame rate (e.g. images). It
* will be ignored for inputs that do have an implicit frame rate (e.g. video). * will be ignored for inputs that do have an implicit frame rate (e.g. video).
* *
* <p>The default value is {@link C#RATE_UNSET_INT}. * <p>No frame rate is set by default.
*/ */
// TODO(b/210593170): Remove/deprecate frameRate parameter when frameRate parameter is added to // TODO(b/210593170): Remove/deprecate frameRate parameter when frameRate parameter is added to
// transformer. // transformer.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment