Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8a8fd8db
authored
Feb 03, 2023
by
tofunmi
Committed by
microkatz
Feb 08, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update duration & frame rate javadoc in EditedMediaItem
PiperOrigin-RevId: 506874799
parent
3635fe7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/EditedMediaItem.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/EditedMediaItem.java
View file @
8a8fd8db
...
@@ -124,7 +124,7 @@ public final class EditedMediaItem {
...
@@ -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
* <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
)
{
...
@@ -139,7 +139,7 @@ public final class EditedMediaItem {
...
@@ -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
* <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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment