media/library
Googler 287cc3a570 Fix tests affected by Robolectric's constructor visibility bug
Previously, Robolectric's instrumentation updated all constructors to be
public. This caused two main types of problems:

1) When non-public constructors were made public and added to the Android API,
Robolectric allowed tests to incorrectly use the constructors on older SDK
levels (where they were non-public). This most commonly occurs for
AccessibiltyEvent and AccessibilityNodeInfo.

2) When reflection was used to instantiate classes that were instrumented by
Robolectric, all constructors were accessible.

Fix issues across Google3 Robolectric tests that were affected by this issue.
A forthcoming change will fix the instrumentation in Robolectric to prevent
this type of issue from occurring.

Tested:
    TAP --sample ran all affected tests and none failed
    http://test/OCL:507861075:BASE:507805409:1675803313108:f2128fa4
PiperOrigin-RevId: 508087822
2023-02-14 15:58:45 +00:00
..
all Fix minimum API level issue 2022-02-08 11:03:36 +00:00
common Effect: Rename TextureProcessor to ShaderProgram. 2023-02-08 15:18:38 +00:00
core Fix tests affected by Robolectric's constructor visibility bug 2023-02-14 15:58:45 +00:00
dash Merge pull request #248 from lemondoglol:update-segment-size 2023-02-08 15:38:48 +00:00
database Reformat some javadoc 2022-02-18 15:02:33 +00:00
datasource Deprecate C.POSITION_UNSET in favour of C.INDEX_UNSET 2022-12-12 12:24:50 +00:00
decoder Expect PresentationTime Discontinuity During Stream Transitions 2022-04-26 14:25:46 +01:00
effect Effect: Create GlEffect.isNoOp to simplify Transformer. 2023-02-08 15:34:42 +00:00
extractor Encapsulate Opus frames in Ogg during audio offload 2023-02-08 15:54:41 +00:00
hls Merge pull request #248 from lemondoglol:update-segment-size 2023-02-08 15:38:48 +00:00
rtsp Add javadoc links to README files 2022-12-12 13:07:19 +00:00
smoothstreaming Merge pull request #248 from lemondoglol:update-segment-size 2023-02-08 15:38:48 +00:00
transformer Add an API entry point to pass a Composition 2023-02-08 15:50:43 +00:00
ui Tweak UI behavior when commands are missing. 2023-02-01 14:03:50 +00:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +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.