mirror of
https://github.com/androidx/media.git
synced 2025-05-10 00:59:51 +08:00

This is achieved by moving the listener registration and the creation of the event dispatcher into BaseMediaSource. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=188461932
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.