media/library
ibaker 207825fbec Swallow exceptions in TestContentProvider when writing to a pipe fails
The existing code results in flaky tests, where sometimes the write
fails (with "EPIPE (broken pipe)") and the exception propagates out
and causes the test to never complete and time out.

Swallowing the exception resolves this flakiness.

#minor-release

PiperOrigin-RevId: 372909415
2021-05-10 23:47:52 +01:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common Add javadoc to the MediaMetadata setters. 2021-05-10 23:47:37 +01:00
core Swallow exceptions in TestContentProvider when writing to a pipe fails 2021-05-10 23:47:52 +01:00
dash Reformat some javadoc 2021-05-04 11:21:28 +01:00
extractor Re-format some javadoc 2021-04-21 18:46:00 +01:00
hls Re-format some javadoc 2021-04-21 18:46:00 +01:00
rtsp Use correct Log class 2021-05-06 13:44:28 +01:00
smoothstreaming Re-format some javadoc 2021-04-21 18:46:00 +01:00
transformer Adds Format to MediaCodecAdapter.Configuration. 2021-04-21 09:48:46 +01:00
ui Merge #8858: Support ebutts:multiRowAlign in TTML text renderer 2021-05-04 11:23:37 +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.