Files
rr3-apk/decompiled/sources/com/applovin/impl/df.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

41 lines
1.4 KiB
Java

package com.applovin.impl;
import com.mbridge.msdk.playercommon.exoplayer2.util.MimeTypes;
/* loaded from: classes.dex */
public interface df {
public static final df a = new a();
boolean a(f9 f9Var);
cf b(f9 f9Var);
public class a implements df {
@Override // com.applovin.impl.df
public boolean a(f9 f9Var) {
String str = f9Var.m;
return MimeTypes.APPLICATION_ID3.equals(str) || MimeTypes.APPLICATION_EMSG.equals(str) || MimeTypes.APPLICATION_SCTE35.equals(str) || "application/x-icy".equals(str) || "application/vnd.dvb.ait".equals(str);
}
@Override // com.applovin.impl.df
public cf b(f9 f9Var) {
String str = f9Var.m;
if (str != null) {
switch (str) {
case "application/vnd.dvb.ait":
return new a1();
case "application/x-icy":
return new ua();
case "application/id3":
return new xa();
case "application/x-emsg":
return new x7();
case "application/x-scte35":
return new tk();
}
}
throw new IllegalArgumentException("Attempted to create decoder for unsupported MIME type: " + str);
}
}
}