media/library
ibaker c0d632936a Add @Nullable to ExoMediaDrm's setListener methods
These methods document themselves only by referencing the Android's
MediaDrm, which explicitly accepts null [1]. The implementation in
FrameworkMediaDrm also handles nulls.

[1] https://developer.android.com/reference/android/media/MediaDrm#setOnEventListener(android.media.MediaDrm.OnEventListener)

PiperOrigin-RevId: 302007441
2020-03-20 12:49:11 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Clarify DataSpec.httpRequestHeaders documentation 2020-03-19 00:47:49 +00:00
core Add @Nullable to ExoMediaDrm's setListener methods 2020-03-20 12:49:11 +00:00
dash Remove generics from DRM components 2020-03-20 12:48:50 +00:00
extractor Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
hls Merge pull request #7098 from matamegger:feature/webvtt_negative_media_timestamp 2020-03-20 12:49:00 +00:00
smoothstreaming Remove generics from DRM components 2020-03-20 12:48:50 +00:00
ui Add option for sensor rotation in 360 playbacks 2020-03-19 00:47:12 +00: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.