media/library
bachinger bc8fd2ca12 split and deprecate PlaybackParameters in AudioSink
This change deprecates PlaybackParameter in AudioSink and splits it into playbackSpeed and skipSilenceEnabled. These properties are set separately in a future CL. The playback speed will be set through the MediaClock, while skipSilenceEnabled will be set by sending a message to the audio renderer.

PiperOrigin-RevId: 296457043
2020-02-25 21:23:29 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
core split and deprecate PlaybackParameters in AudioSink 2020-02-25 21:23:29 +00:00
dash Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
extractor Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
hls Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
smoothstreaming Remove DefaultSsChunkSource from nullness blacklist 2020-02-17 17:40:31 +00:00
ui Fix lint errors 2020-02-25 21:21:29 +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.