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

Added a contrast effect and the connection needed to apply the video effects to ExoPlayer. The effect can be applied to the video by checking the "Contrast" card, and use the slider to change the contrast value. The effects are applied when `Apply effects` button is clicked. PiperOrigin-RevId: 707092041
Effect demo
This app demonstrates how to use the [Effect][] API to modify videos. It uses [setVideoEffects] method to add different effects to [ExoPlayer].
See the demos README for instructions on how to build and run this demo.