- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
426 B
Java
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);
|
|
}
|