- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9 lines
410 B
Java
9 lines
410 B
Java
package com.google.android.exoplayer2;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class DefaultControlDispatcher implements ControlDispatcher {
|
|
public final long fastForwardIncrementMs = com.mbridge.msdk.playercommon.exoplayer2.C.TIME_UNSET;
|
|
public final long rewindIncrementMs = com.mbridge.msdk.playercommon.exoplayer2.C.TIME_UNSET;
|
|
public final boolean rewindAndFastForwardIncrementsSet = false;
|
|
}
|