media/library
ibaker f3c7c88d7c Tweak Cue.line javadoc again to reflect WebVTT spec
It's interesting WebVTT explicitly handles line & position differently
in horizontal-rl/lr and vertical-lr/rl contexts. position is always
measured from the left of the viewport, even for rtl text, but line in
vertical-rl is measured from the right of the viewport.

We don't have to make Cue match WebVTT (I can go change the WebVTT
decoding instead) but it seems a reasonable 'default' to follow.

PiperOrigin-RevId: 304353900
2020-04-06 13:26:40 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common add clearTrackTypes and playClearContentWithoutKey to DrmConfiguration 2020-04-06 13:26:29 +01:00
core Tweak Cue.line javadoc again to reflect WebVTT spec 2020-04-06 13:26:40 +01:00
dash Remove loadTaskId to Loader.Callback 2020-04-01 22:37:43 +01:00
extractor Fix ADTS extraction with mid-stream ID3 2020-04-01 22:38:45 +01:00
hls Remove re-entrancy from HlsMediaChunk initialization 2020-04-01 22:38:10 +01:00
smoothstreaming Remove loadTaskId to Loader.Callback 2020-04-01 22:37:43 +01:00
ui Add vertical text support to SubtitleWebView 2020-04-01 22:38:54 +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.