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

76 lines
1.8 KiB
Smali

.class public interface abstract Lcom/mbridge/msdk/playercommon/exoplayer2/trackselection/TrackSelection;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/mbridge/msdk/playercommon/exoplayer2/trackselection/TrackSelection$Factory;
}
.end annotation
# virtual methods
.method public abstract blacklist(IJ)Z
.end method
.method public abstract disable()V
.end method
.method public abstract enable()V
.end method
.method public abstract evaluateQueueSize(JLjava/util/List;)I
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/util/List<",
"+",
"Lcom/mbridge/msdk/playercommon/exoplayer2/source/chunk/MediaChunk;",
">;)I"
}
.end annotation
.end method
.method public abstract getFormat(I)Lcom/mbridge/msdk/playercommon/exoplayer2/Format;
.end method
.method public abstract getIndexInTrackGroup(I)I
.end method
.method public abstract getSelectedFormat()Lcom/mbridge/msdk/playercommon/exoplayer2/Format;
.end method
.method public abstract getSelectedIndex()I
.end method
.method public abstract getSelectedIndexInTrackGroup()I
.end method
.method public abstract getSelectionData()Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getSelectionReason()I
.end method
.method public abstract getTrackGroup()Lcom/mbridge/msdk/playercommon/exoplayer2/source/TrackGroup;
.end method
.method public abstract indexOf(I)I
.end method
.method public abstract indexOf(Lcom/mbridge/msdk/playercommon/exoplayer2/Format;)I
.end method
.method public abstract length()I
.end method
.method public abstract onPlaybackSpeed(F)V
.end method
.method public abstract updateSelectedTrack(JJJ)V
.end method