Class DefaultPlaybackSessionManager

  • All Implemented Interfaces:
    PlaybackSessionManager

    @Deprecated
    public final class DefaultPlaybackSessionManager
    extends Object
    implements PlaybackSessionManager
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    Default PlaybackSessionManager which instantiates a new session for each window in the timeline and also for each ad within the windows.

    By default, sessions are identified by Base64-encoded, URL-safe, random strings.