- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
24 lines
687 B
Java
24 lines
687 B
Java
package com.fyber.inneractive.sdk.player.exoplayer2;
|
|
|
|
import com.fyber.inneractive.sdk.player.exoplayer2.util.s;
|
|
import com.mbridge.msdk.playercommon.exoplayer2.C;
|
|
import java.util.UUID;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class b {
|
|
public static final int a;
|
|
public static final UUID b;
|
|
|
|
static {
|
|
a = s.a < 23 ? 1020 : 6396;
|
|
b = new UUID(0L, 0L);
|
|
new UUID(1186680826959645954L, -5988876978535335093L);
|
|
new UUID(-1301668207276963122L, -6645017420763422227L);
|
|
new UUID(-7348484286925749626L, -6083546864340672619L);
|
|
}
|
|
|
|
public static long a(long j) {
|
|
return j == C.TIME_UNSET ? C.TIME_UNSET : j / 1000;
|
|
}
|
|
}
|