- 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
54 lines
2.3 KiB
Java
54 lines
2.3 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.mbridge.msdk.playercommon.exoplayer2.util.MimeTypes;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface ql {
|
|
public static final ql a = new a();
|
|
|
|
boolean a(f9 f9Var);
|
|
|
|
ol b(f9 f9Var);
|
|
|
|
public class a implements ql {
|
|
@Override // com.applovin.impl.ql
|
|
public boolean a(f9 f9Var) {
|
|
String str = f9Var.m;
|
|
return MimeTypes.TEXT_VTT.equals(str) || MimeTypes.TEXT_SSA.equals(str) || MimeTypes.APPLICATION_TTML.equals(str) || MimeTypes.APPLICATION_MP4VTT.equals(str) || MimeTypes.APPLICATION_SUBRIP.equals(str) || MimeTypes.APPLICATION_TX3G.equals(str) || MimeTypes.APPLICATION_CEA608.equals(str) || MimeTypes.APPLICATION_MP4CEA608.equals(str) || MimeTypes.APPLICATION_CEA708.equals(str) || MimeTypes.APPLICATION_DVBSUBS.equals(str) || MimeTypes.APPLICATION_PGS.equals(str) || "text/x-exoplayer-cues".equals(str);
|
|
}
|
|
|
|
@Override // com.applovin.impl.ql
|
|
public ol b(f9 f9Var) {
|
|
String str = f9Var.m;
|
|
if (str != null) {
|
|
switch (str) {
|
|
case "application/dvbsubs":
|
|
return new j7(f9Var.o);
|
|
case "application/pgs":
|
|
return new jh();
|
|
case "application/x-mp4-vtt":
|
|
return new qf();
|
|
case "text/vtt":
|
|
return new yr();
|
|
case "application/x-quicktime-tx3g":
|
|
return new lp(f9Var.o);
|
|
case "text/x-ssa":
|
|
return new xk(f9Var.o);
|
|
case "application/x-mp4-cea-608":
|
|
case "application/cea-608":
|
|
return new y2(str, f9Var.E, 16000L);
|
|
case "text/x-exoplayer-cues":
|
|
return new i8();
|
|
case "application/cea-708":
|
|
return new z2(f9Var.E, f9Var.o);
|
|
case "application/x-subrip":
|
|
return new jl();
|
|
case "application/ttml+xml":
|
|
return new fp();
|
|
}
|
|
}
|
|
throw new IllegalArgumentException("Attempted to create decoder for unsupported MIME type: " + str);
|
|
}
|
|
}
|
|
}
|