package defpackage;

import android.os.Build;

/* JADX INFO: renamed from: ʿʩ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class C0361 implements InterfaceC0682 {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final /* synthetic */ C2330 f2171;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final /* synthetic */ C2600 f2172;

    public /* synthetic */ C0361(C2330 c2330, C2600 c2600) {
        this.f2171 = c2330;
        this.f2172 = c2600;
    }

    /* JADX WARN: Removed duplicated region for block: B:42:0x006b A[FALL_THROUGH] */
    @Override // defpackage.InterfaceC0682
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final boolean apply(Object obj) {
        Boolean bool;
        C5304 c5304;
        C5304 c53042;
        C5286 c5286 = (C5286) obj;
        C2330 c2330 = this.f2171;
        c2330.getClass();
        if (this.f2172.f10060 && ((bool = c2330.f9165) == null || !bool.booleanValue())) {
            int i = c5286.f19984;
            if (i != -1 && i > 2) {
                String str = c5286.f19987;
                if (str != null) {
                    switch (str) {
                        case "audio/eac3-joc":
                        case "audio/ac3":
                        case "audio/ac4":
                        case "audio/eac3":
                            if (Build.VERSION.SDK_INT >= 32 && (c53042 = c2330.f9167) != null && c53042.f20025) {
                            }
                    }
                } else if (Build.VERSION.SDK_INT < 32 || (c5304 = c2330.f9167) == null || !c5304.f20025 || !c5304.m10890() || !c2330.f9167.m10893() || !c2330.f9167.m10892(c2330.f9162, c5286)) {
                    return false;
                }
            }
        }
        return true;
    }
}
