mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

Add the `needsReconfiguration` API on the `MediaCodecAdapter` interface so that `MediaCodecRenderer` can reconfigure the `MediaCodec` in case a `MediaCodecAdapter` needs to be reconfigured immediately after being obtained from the `MediaCodecAdapter.Factory`. PiperOrigin-RevId: 376944334