mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00

A remove action will eventually just be the unique ID of the download that should be removed. This is a step toward that goal. PiperOrigin-RevId: 222832456
ExoPlayer SmoothStreaming library module
Provides support for Smooth Streaming content. To play Smooth Streaming content,
instantiate a SsMediaSource
and pass it to ExoPlayer.prepare
.
Links
- Javadoc: Classes matching
com.google.android.exoplayer2.source.smoothstreaming.*
belong to this module.