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

The new field matches the platform's AudioAttributes.getSpatializationBehavior() API added in Sv2. At the moment, the platform API is called via reflection, until Sv2 is released and the compile SDK target can be increased to 32. PiperOrigin-RevId: 414406126
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.