mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

This CL includes following changes: 1. Remove GCA related terms/links from java docs and comments. 2. Make class final where ever possible. 3. Append /* package */ for default classes. 4. Change java docs to recommended format. 5. Replace term "packet" with "sample" to avoid confusion. 6. Correct TODO format. 7. Delete MediaFormatUtil.java from muxer module and add its methods into MediaFormatUtil.java in common module. Note: The java doc on various boxes has the limited description which was already present. In future I am planning to add proper small description for each box (from MP4 spec). Not included in this CL: 1. Order of element correction as it will show lot of changes and might create confusion with other minor changes. 2. Correction in test cases (Only some renaming). PiperOrigin-RevId: 502414139
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.