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

This upgrade allows us to use https://developer.android.com/develop/ui/compose/compiler as specified in https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility kotlinOptions is considered deprecated in preference of kotlin.compilerOptions (https://kotlinlang.org/docs/gradle-compiler-options.html#how-to-define-options) PiperOrigin-RevId: 725266131
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.