mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update duration & frame rate javadoc in EditedMediaItem
PiperOrigin-RevId: 506874799
This commit is contained in:
parent
b5bb6e7619
commit
bffa6a9653
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
* <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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue