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

- Tunneling can be enabled by calling: trackSelector.setTunnelingAudioSessionId( C.generateAudioSessionIdV21(this)); - If enabled, tunneling is automatically used when the renderers and track selection combination support it. Tunneling is automatically turned on and off through playlists if the support changes. Issue: #1688