mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
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 |
||
|---|---|---|
| .. | ||
| androidTest | ||
| main | ||
| test | ||