Files
rr3-apk/decompiled/sources/com/mbridge/msdk/playercommon/exoplayer2/ControlDispatcher.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

15 lines
426 B
Java

package com.mbridge.msdk.playercommon.exoplayer2;
/* loaded from: classes4.dex */
public interface ControlDispatcher {
boolean dispatchSeekTo(Player player, int i, long j);
boolean dispatchSetPlayWhenReady(Player player, boolean z);
boolean dispatchSetRepeatMode(Player player, int i);
boolean dispatchSetShuffleModeEnabled(Player player, boolean z);
boolean dispatchStop(Player player, boolean z);
}