mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
82 lines
2.1 KiB
Smali
82 lines
2.1 KiB
Smali
.class public interface abstract Landroidx/media3/exoplayer/source/MediaPeriod;
|
|
.super Ljava/lang/Object;
|
|
.source "MediaPeriod.java"
|
|
|
|
# interfaces
|
|
.implements Landroidx/media3/exoplayer/source/SequenceableLoader;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/media3/exoplayer/source/MediaPeriod$Callback;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract continueLoading(J)Z
|
|
.end method
|
|
|
|
.method public abstract discardBuffer(JZ)V
|
|
.end method
|
|
|
|
.method public abstract getAdjustedSeekPositionUs(JLandroidx/media3/exoplayer/SeekParameters;)J
|
|
.end method
|
|
|
|
.method public abstract getBufferedPositionUs()J
|
|
.end method
|
|
|
|
.method public abstract getNextLoadPositionUs()J
|
|
.end method
|
|
|
|
.method public getStreamKeys(Ljava/util/List;)Ljava/util/List;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Landroidx/media3/exoplayer/trackselection/ExoTrackSelection;",
|
|
">;)",
|
|
"Ljava/util/List<",
|
|
"Landroidx/media3/common/StreamKey;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 107
|
|
invoke-static {}, Ljava/util/Collections;->emptyList()Ljava/util/List;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public abstract getTrackGroups()Landroidx/media3/exoplayer/source/TrackGroupArray;
|
|
.end method
|
|
|
|
.method public abstract isLoading()Z
|
|
.end method
|
|
|
|
.method public abstract maybeThrowPrepareError()V
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract prepare(Landroidx/media3/exoplayer/source/MediaPeriod$Callback;J)V
|
|
.end method
|
|
|
|
.method public abstract readDiscontinuity()J
|
|
.end method
|
|
|
|
.method public abstract reevaluateBuffer(J)V
|
|
.end method
|
|
|
|
.method public abstract seekToUs(J)J
|
|
.end method
|
|
|
|
.method public abstract selectTracks([Landroidx/media3/exoplayer/trackselection/ExoTrackSelection;[Z[Landroidx/media3/exoplayer/source/SampleStream;[ZJ)J
|
|
.end method
|