shahddaghash b6724e2115 Load preset input from JSON file in EffectActivity
The JSON file contains a list of playlists, each with a name and a list of media items. The EffectActivity loads the JSON file and creates a list of PlaylistHolder objects, which contain the playlist name and the list of media items.

PiperOrigin-RevId: 703069411
2024-12-05 04:46:47 -08:00
..

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.