package p138.p176.p177.p190.p210;

import p138.p139.p143.p144.C2803;
import p138.p176.p177.p190.C3431;
import p138.p176.p177.p190.p210.p211.C3722;
import p138.p176.p177.p190.p210.p213.C3728;
import p138.p176.p177.p190.p210.p214.C3746;
import p138.p176.p177.p190.p210.p215.C3763;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public interface InterfaceC3715 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static final InterfaceC3715 f11441 = new C3716();

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ށ$֏, reason: contains not printable characters */
    public static class C3716 implements InterfaceC3715 {
        /* JADX WARN: Failed to restore switch over string. Please report as a decompilation issue */
        @Override // p138.p176.p177.p190.p210.InterfaceC3715
        /* JADX INFO: renamed from: ֏ */
        public InterfaceC3714 mo6060(C3431 c3431) {
            String str = c3431.f10090;
            if (str != null) {
                byte b = -1;
                switch (str.hashCode()) {
                    case -1348231605:
                        if (str.equals("application/x-icy")) {
                            b = 3;
                        }
                        break;
                    case -1248341703:
                        if (str.equals("application/id3")) {
                            b = 0;
                        }
                        break;
                    case 1154383568:
                        if (str.equals("application/x-emsg")) {
                            b = 1;
                        }
                        break;
                    case 1652648887:
                        if (str.equals("application/x-scte35")) {
                            b = 2;
                        }
                        break;
                }
                if (b == 0) {
                    return new C3746();
                }
                if (b == 1) {
                    return new C3722();
                }
                if (b == 2) {
                    return new C3763();
                }
                if (b == 3) {
                    return new C3728();
                }
            }
            throw new IllegalArgumentException(C2803.m4879("Attempted to create decoder for unsupported MIME type: ", str));
        }

        @Override // p138.p176.p177.p190.p210.InterfaceC3715
        /* JADX INFO: renamed from: ؠ */
        public boolean mo6061(C3431 c3431) {
            String str = c3431.f10090;
            return "application/id3".equals(str) || "application/x-emsg".equals(str) || "application/x-scte35".equals(str) || "application/x-icy".equals(str);
        }
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    InterfaceC3714 mo6060(C3431 c3431);

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    boolean mo6061(C3431 c3431);
}
