Add vertical videos to demo-compose

Useful for future testing of aspect ratio functionality.

PiperOrigin-RevId: 709354104
This commit is contained in:
jbibik 2024-12-24 08:44:45 -08:00 committed by Copybara-Service
parent 3b9737f88a
commit 6da58758a8

View File

@ -18,5 +18,7 @@ package androidx.media3.demo.compose.data
val videos = val videos =
listOf( listOf(
"https://html5demos.com/assets/dizzy.mp4", "https://html5demos.com/assets/dizzy.mp4",
"https://storage.googleapis.com/exoplayer-test-media-0/shortform_2.mp4",
"https://storage.googleapis.com/exoplayer-test-media-1/gen-3/screens/dash-vod-single-segment/video-vp9-360.webm", "https://storage.googleapis.com/exoplayer-test-media-1/gen-3/screens/dash-vod-single-segment/video-vp9-360.webm",
"https://storage.googleapis.com/exoplayer-test-media-0/shortform_3.mp4",
) )