
- The package is renamed to avoid conflicts with v1, should any app wish to include both v1 and v2 for a period of time. This is similar to the approach used by some other open source projects (e.g. okhttp). - Copyright year is updated everywhere for completeness. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126895326
10 lines
310 B
Markdown
10 lines
310 B
Markdown
# ExoPlayer OkHttp Extension #
|
|
|
|
## Description ##
|
|
|
|
The OkHttp Extension is an [HttpDataSource][] implementation using Square's [OkHttp][].
|
|
|
|
[HttpDataSource]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer2/upstream/HttpDataSource.html
|
|
[OkHttp]: https://square.github.io/okhttp/
|
|
|