media/library
Dean Wheatley 732fc3ef3a Check direct playback capabilities for automotive devices
For Automotive devices, surround encodings can be supported via
the passthrough path. Therefore, include automotive in the allowed
device types in the isDirectPlaybackSupported checks. The automotive
system feature is checked, rather then UI_MODE_TYPE_CAR, because
the UI_MODE_TYPE_CAR can be force enabled via
android.app.UiModeManager.enableCarMode(), whereas FEATURE_AUTOMOTIVE
cannot be forced.
2021-09-28 16:47:57 +10:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Check direct playback capabilities for automotive devices 2021-09-28 16:47:57 +10:00
core Check direct playback capabilities for automotive devices 2021-09-28 16:47:57 +10:00
dash Use the new MediaItem.Builder#setLiveConfiguration method 2021-09-23 14:57:19 +01:00
extractor Move format specific metadata packages to lib-extractor 2021-09-23 15:13:10 +01:00
hls Use the new MediaItem.Builder#setLiveConfiguration method 2021-09-23 14:57:19 +01:00
rtsp Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
smoothstreaming Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
transformer Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
ui Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +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.