mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00

- Simplify setSurface by always blocking when the surface is being cleared. - Add analogous setVolume API. - Support setting of playback params for extension audio decoders. We can probably use this to add a setPlaybackRate API to SimpleExoPlayer for API level 23 and above only, but we'd probably want to make sure it works properly when there's no audio track too, so some thought will be required. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123204581
Demo application
This folder contains a demo application that uses ExoPlayer to play a number of test streams. It can be used as a starting point or reference project when developing other applications that make use of the ExoPlayer library.