package defpackage;

import androidx.media3.common.ParserException;
import java.util.regex.Pattern;

/* JADX INFO: renamed from: ˊᵷ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1416 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f5833;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f5834;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f5835;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f5836;

    public C1416(int i, int i2, int i3, String str) {
        this.f5835 = i;
        this.f5833 = str;
        this.f5834 = i2;
        this.f5836 = i3;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static C1416 m4084(String str) throws ParserException {
        String str2 = AbstractC0956.f4222;
        String[] strArrSplit = str.split(" ", 2);
        ᵻᵪ.ᵱᵽʡᵚ(strArrSplit.length == 2);
        String str3 = strArrSplit[0];
        Pattern pattern = AbstractC0208.f1682;
        try {
            int i = Integer.parseInt(str3);
            int i2 = -1;
            String[] strArrSplit2 = strArrSplit[1].trim().split("/", -1);
            ᵻᵪ.ᵱᵽʡᵚ(strArrSplit2.length >= 2);
            String str4 = strArrSplit2[1];
            try {
                int i3 = Integer.parseInt(str4);
                if (strArrSplit2.length == 3) {
                    String str5 = strArrSplit2[2];
                    try {
                        i2 = Integer.parseInt(str5);
                    } catch (NumberFormatException e) {
                        throw ParserException.m355(str5, e);
                    }
                }
                return new C1416(i, i3, i2, strArrSplit2[0]);
            } catch (NumberFormatException e2) {
                throw ParserException.m355(str4, e2);
            }
        } catch (NumberFormatException e3) {
            throw ParserException.m355(str3, e3);
        }
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C1416.class == obj.getClass()) {
            C1416 c1416 = (C1416) obj;
            if (this.f5835 == c1416.f5835 && this.f5833.equals(c1416.f5833) && this.f5834 == c1416.f5834 && this.f5836 == c1416.f5836) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((AbstractC3589.m8108((217 + this.f5835) * 31, 31, this.f5833) + this.f5834) * 31) + this.f5836;
    }
}
