mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 17:12:31 -06:00
16 lines
400 B
Java
16 lines
400 B
Java
package androidx.media3.exoplayer;
|
|
|
|
import androidx.media3.common.MediaItem;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface LivePlaybackSpeedControl {
|
|
float getAdjustedPlaybackSpeed(long j, long j2);
|
|
|
|
long getTargetLiveOffsetUs();
|
|
|
|
void notifyRebuffer();
|
|
|
|
void setLiveConfiguration(MediaItem.LiveConfiguration liveConfiguration);
|
|
|
|
void setTargetLiveOffsetOverrideUs(long j);
|
|
}
|