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
1275b28d
authored
Apr 14, 2023
by
claincly
Committed by
Rohit Singh
Apr 17, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add a portrait image to the demo app.
PiperOrigin-RevId: 524282997
parent
934ac13c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java
demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ConfigurationActivity.java
View file @
1275b28d
...
...
@@ -133,6 +133,7 @@ public final class ConfigurationActivity extends AppCompatActivity {
"https://storage.googleapis.com/exoplayer-test-media-1/mp4/portrait_avc_aac.mp4"
,
"https://storage.googleapis.com/exoplayer-test-media-1/mp4/portrait_rotated_avc_aac.mp4"
,
"https://storage.googleapis.com/exoplayer-test-media-1/jpg/london.jpg"
,
"https://storage.googleapis.com/exoplayer-test-media-1/jpg/tokyo.jpg"
,
"https://storage.googleapis.com/exoplayer-test-media-1/mp4/slow-motion/slowMotion_stopwatch_240fps_long.mp4"
,
"https://storage.googleapis.com/exoplayer-test-media-1/gen/screens/dash-vod-single-segment/manifest-baseline.mpd"
,
"https://storage.googleapis.com/exoplayer-test-media-1/mp4/samsung-s21-hdr-hdr10.mp4"
,
...
...
@@ -150,7 +151,8 @@ public final class ConfigurationActivity extends AppCompatActivity {
"Long 180p H264 video and AAC audio"
,
"H264 video and AAC audio (portrait, H > W, 0\u00B0)"
,
"H264 video and AAC audio (portrait, H < W, 90\u00B0)"
,
"JPG image (Plays for 5secs at 30fps)"
,
"London JPG image (Plays for 5secs at 30fps)"
,
"Tokyo JPG image (Portrait, Plays for 5secs at 30fps)"
,
"SEF slow motion with 240 fps"
,
"480p DASH (non-square pixels)"
,
"HDR (HDR10) H265 limited range video (encoding may fail)"
,
...
...
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