package androidx.media3.exoplayer;

import androidx.media3.exoplayer.image.ImageOutput;
import defpackage.InterfaceC4650;

/* JADX INFO: loaded from: classes3.dex */
public interface ExoPlayer extends InterfaceC4650 {
    boolean isScrubbingModeEnabled();

    void setImageOutput(ImageOutput imageOutput);

    void setScrubbingModeEnabled(boolean z);
}
