mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

The encoder and sonic are now set up in the constructor rather than in a configuration method called from processData(). This is more similar to VideoSamplePipeline and reduces null checks. PiperOrigin-RevId: 420260526