Files
rr3-apk/smali_classes4/com/mbridge/msdk/playercommon/exoplayer2/ExoPlayer.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

85 lines
2.6 KiB
Smali

.class public interface abstract Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlayer;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/mbridge/msdk/playercommon/exoplayer2/Player;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlayer$ExoPlayerMessage;,
Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlayer$ExoPlayerComponent;,
Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlayer$EventListener;
}
.end annotation
# static fields
.field public static final REPEAT_MODE_ALL:I = 0x2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final REPEAT_MODE_OFF:I = 0x0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final REPEAT_MODE_ONE:I = 0x1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final STATE_BUFFERING:I = 0x2
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final STATE_ENDED:I = 0x4
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final STATE_IDLE:I = 0x1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final STATE_READY:I = 0x3
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
# virtual methods
.method public varargs abstract blockingSendMessages([Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlayer$ExoPlayerMessage;)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract createMessage(Lcom/mbridge/msdk/playercommon/exoplayer2/PlayerMessage$Target;)Lcom/mbridge/msdk/playercommon/exoplayer2/PlayerMessage;
.end method
.method public abstract getPlaybackLooper()Landroid/os/Looper;
.end method
.method public abstract prepare(Lcom/mbridge/msdk/playercommon/exoplayer2/source/MediaSource;)V
.end method
.method public abstract prepare(Lcom/mbridge/msdk/playercommon/exoplayer2/source/MediaSource;ZZ)V
.end method
.method public varargs abstract sendMessages([Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlayer$ExoPlayerMessage;)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setSeekParameters(Lcom/mbridge/msdk/playercommon/exoplayer2/SeekParameters;)V
.param p1 # Lcom/mbridge/msdk/playercommon/exoplayer2/SeekParameters;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method