media/extensions
Oliver Woodman 434a2733a3 OkHttp extension modifications.
1. Change package name (rm "datasource")
2. Require injection of OkHttpClient through all constructors, and
   remove allowCrossProtocolRedirect/connectTimeout/readTimeout
   constructor arguments. The client should be configured with these
   prior to injection.
3. Fix code style to be consistent with the project.
4. Simplify call to get contentLength. I'm pretty sure okhttp returns
   the correct value when gzip is enabled, so there's no need to check
   this in the data source.
5. Misc cleanups.
2015-09-29 21:10:34 +01:00
..
okhttp OkHttp extension modifications. 2015-09-29 21:10:34 +01:00
opus Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
vp9 Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
README.md Add directories for extensions + additional demos 2015-01-26 16:18:41 +00:00

Extensions

This folder contains optional ExoPlayer extensions.