mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

We create an empty CueGroup in many places as default or where none is needed. Instead, we can define a constant for this purpose and reuse it. PiperOrigin-RevId: 467944841 (cherry picked from commit 59895646e03ee15aed5e80fb8e60b7f98a7afe5f)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.