• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-3,4372,384

README.mdD03-May-2024467 1510

build.gradleD03-May-20242 KiB6151

README.md

1# ExoPlayer SmoothStreaming library module #
2
3Provides support for Smooth Streaming content. To play Smooth Streaming content,
4instantiate a `SsMediaSource` and pass it to `ExoPlayer.prepare`.
5
6## Links ##
7
8* [Developer Guide][].
9* [Javadoc][]: Classes matching
10  `com.google.android.exoplayer2.source.smoothstreaming.*` belong to this
11  module.
12
13[Developer Guide]: https://exoplayer.dev/smoothstreaming.html
14[Javadoc]: https://exoplayer.dev/doc/reference/index.html
15