Class ForwardingPlayer

  • All Implemented Interfaces:
    Player

    @Deprecated
    public class ForwardingPlayer
    extends Object
    implements Player
    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.
    A Player that forwards method calls to another Player. Applications can use this class to suppress or modify specific operations, by overriding the respective methods.