media/libraries/exoplayer/src
rohks 867e9ea2da Add APIs to set data source using content URI, file path or HTTP URL
Added three `setDataSource` APIs in `MediaExtractorCompat`:
- `setDataSource(Context context, Uri uri, @Nullable Map<String, String> headers)` to set data source with a content URI and optional headers.
- `setDataSource(String path)` to set data source using a file path or HTTP URL.
- `setDataSource(String path, @Nullable Map<String, String> headers)` to set data source using a file path or HTTP URL with optional headers.

PiperOrigin-RevId: 657563973
2024-07-30 06:12:56 -07:00
..
androidTest Remove Multidex 2024-07-24 16:17:00 +01:00
main Add APIs to set data source using content URI, file path or HTTP URL 2024-07-30 06:12:56 -07:00
test Add APIs to set data source using content URI, file path or HTTP URL 2024-07-30 06:12:56 -07:00