Overview
The Brightcove Android SDK has been migrated from the ExoPlayer library (v2.19.1) to the Media3 library (v1.4.1). This change is effective as of Brightcove Android SDK v10.0.0.
Migration
Most of the changes to accomplish the migration were internal to the Android SDK. However, the Media3 library removed and merged extensions and classes into its core, so the ExoPlaybackPreparer and ExoQueueNavigator classes were removed from the Android SDK. Another way this migration could affect your app is when accessing classes directly from the ExoPlayer library. To remedy this, update your class imports to use the new ones from the Media3 library.
To see the map of the ExoPlayer classes and where they were moved to in the Media3 library, go to ExoPlayer to Media3 Mappings.