mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Update duration & frame rate javadoc in EditedMediaItem
PiperOrigin-RevId: 506874799
This commit is contained in:
parent
3635fe7abe
commit
8a8fd8dbe5
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ public final class EditedMediaItem {
|
|||
* <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).
|
||||
*
|
||||
* <p>The default value is {@link C#TIME_UNSET}.
|
||||
* <p>No duration is set by default.
|
||||
*/
|
||||
@CanIgnoreReturnValue
|
||||
public Builder setDurationUs(long durationUs) {
|
||||
|
|
@ -139,7 +139,7 @@ public final class EditedMediaItem {
|
|||
* <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).
|
||||
*
|
||||
* <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
|
||||
// transformer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue