mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Before this change, we list the formats for which we don't want transcoding. This change disables transcoding altogether. This was tested by checking that transcoding takes place on a short camera recording only when the added flag is not present (and AndroidManifest does not declare support for HEVC). PiperOrigin-RevId: 446986580 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.txt | ||
| README.md | ||
DataSource module
Provides a DataSource abstraction and a number of concrete implementations for
reading data from different sources. Application code will not normally need to
depend on this module directly.