media/library
hoangtc 3d3ab1f72e Add VideoRendererOutputCapturer
Added a capturer that can capture output from video renderer into bitmaps. This
class uses SurfaceCapturer to setup a surface, then configures this surface as the
output for a video renderer. Once the output is set, it will capture the
output frames from the video renderer and return them as bitmaps.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201148184
2018-06-20 18:00:03 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Add VideoRendererOutputCapturer 2018-06-20 18:00:03 +01:00
dash Add ability to update download requirements to DownloadService 2018-06-18 11:18:20 +01:00
hls Pass HTTP DataSource's response headers to HlsExtractorFactory 2018-06-18 11:14:17 +01:00
smoothstreaming Correctly report type of ParsingLoadable. 2018-06-18 11:09:43 +01:00
ui Don't show player controls unless key press is handled 2018-06-18 15:40:40 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.