mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
17 lines
411 B
Java
17 lines
411 B
Java
|
package com.google.android.exoplayer2;
|
||
|
|
||
|
import com.google.android.exoplayer2.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);
|
||
|
}
|