mirror of
https://github.com/androidx/media.git
synced 2025-05-09 08:30:43 +08:00

From this CL on, FrameProcessor listeners will be invoked from an Executor that is passed in when creating the FrameProcessor. GlTextureProcessor needs to invoke the ErrorListener on the said Executor too. PiperOrigin-RevId: 493018583
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.