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

Added UI and logic implementation for the following export settings: * Output audio MIME type * Output video MIME type * Enable debug tracing * Use Media3 Muxer * Produce fragmented MP4 The settings are shown in a dialog when `Export` button is clicked. PiperOrigin-RevId: 685648147
Composition demo
This app is an EXPERIMENTAL demo app created to explore the potential of Composition
and CompositionPlayer
APIs. It may exhibit limited features, occasional bugs, or unexpected behaviors.
Attention: CompositionPlayer
APIs should be taken as work in progress, rather than experimental API. Please await further announcement via Release Notes for when the APIs are fully integrated.
See the demos README for instructions on how to build and run this demo.