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
01e35ad1
authored
Feb 23, 2023
by
kimvde
Committed by
tonihei
Feb 27, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Document that slow mo flattening is only supported for single-asset
PiperOrigin-RevId: 511757712
parent
31c44c70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
libraries/transformer/src/main/java/androidx/media3/transformer/EditedMediaItem.java
libraries/transformer/src/main/java/androidx/media3/transformer/EditedMediaItem.java
View file @
01e35ad1
...
@@ -103,6 +103,9 @@ public final class EditedMediaItem {
...
@@ -103,6 +103,9 @@ public final class EditedMediaItem {
* {@link Mp4Extractor} used. Otherwise, the slow motion metadata will be ignored and the input
* {@link Mp4Extractor} used. Otherwise, the slow motion metadata will be ignored and the input
* won't be flattened.
* won't be flattened.
*
*
* <p>Slow motion flattening is only supported when the {@link Composition} contains one {@link
* MediaItem}.
*
* <p>Using slow motion flattening together with {@link MediaItem.ClippingConfiguration} is not
* <p>Using slow motion flattening together with {@link MediaItem.ClippingConfiguration} is not
* supported yet.
* supported yet.
*
*
...
...
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