media/testdata
Kei Murayama f05197c4d5 Support parsing MPEG-H 3D Audio
First intention to support parsing MPEG-H 3D Audio in ExoPlayer is to
take advantage of parsing capability from MediaParser API in AOSP.
Just with this change ExoPlayer does't support decoding MPEG-H 3D Audio
but can support decoding either by adding decoder with an extension or
by using Android OS which has decoder capability with MediaCodec API.
2021-05-10 17:55:03 +09:00
..
src Support parsing MPEG-H 3D Audio 2021-05-10 17:55:03 +09:00
README.md Create testdata module 2020-02-11 17:08:45 +00:00
build.gradle Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00

README.md

ExoPlayer test data

Provides sample data for ExoPlayer unit and instrumentation tests.