media/library
ibaker 95e2ce26f3 Update the log tag of DefaultAudioSink
The old tag reflects the original name of this class. It was renamed in
2017:
<unknown commit>

Possibly the old name was kept for compatibility with existing logs
analysis? I didn't see an explicit discussion of this in the review
comments of the rename change.

The current tag confused me slightly - I assumed a line was being
emitted by the android.media.AudioTrack rather than ExoPlayer's
DefaultAudioSink.

PiperOrigin-RevId: 345450056
2020-12-03 17:13:03 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Simple migration to common 2020-12-03 17:11:56 +00:00
core Update the log tag of DefaultAudioSink 2020-12-03 17:13:03 +00:00
dash Replace PeriodSeekInfo by static methods. 2020-11-30 09:33:22 +00:00
extractor Add an MKV asset with SSA subtitles for extractor and playback tests 2020-12-03 17:11:13 +00:00
hls Use HLS rendition report when changing primary playlist 2020-12-03 17:12:41 +00:00
smoothstreaming Remove deprecated MediaSource builder methods and constructors. 2020-10-13 16:27:20 +01:00
ui Update StyledPlayers control overlay scrim from 30% opacity to 60% opacity for Accessibility requirements. 2020-12-03 17:10:44 +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.