mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 09:32:27 -06:00
17 lines
400 B
Java
17 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);
|
||
|
}
|