Rabbit-R1/switch port/smali/smali_classes2/androidx/media3/exoplayer/LivePlaybackSpeedControl.smali
2024-05-21 17:08:36 -04:00

20 lines
539 B
Smali

.class public interface abstract Landroidx/media3/exoplayer/LivePlaybackSpeedControl;
.super Ljava/lang/Object;
.source "LivePlaybackSpeedControl.java"
# virtual methods
.method public abstract getAdjustedPlaybackSpeed(JJ)F
.end method
.method public abstract getTargetLiveOffsetUs()J
.end method
.method public abstract notifyRebuffer()V
.end method
.method public abstract setLiveConfiguration(Landroidx/media3/common/MediaItem$LiveConfiguration;)V
.end method
.method public abstract setTargetLiveOffsetOverrideUs(J)V
.end method