package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ᵝˈʕᵜ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2917 {

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public static final C2917 f11219 = new C2917(-1, -1, -1);

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

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

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

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

    public C2917(int i, int i2, int i3) {
        this.f11222 = i;
        this.f11220 = i2;
        this.f11221 = i3;
        this.f11223 = AbstractC0956.m3253(i3) ? AbstractC0956.m3227(i3) * i2 : -1;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2917)) {
            return false;
        }
        C2917 c2917 = (C2917) obj;
        return this.f11222 == c2917.f11222 && this.f11220 == c2917.f11220 && this.f11221 == c2917.f11221;
    }

    public final int hashCode() {
        return Objects.hash(Integer.valueOf(this.f11222), Integer.valueOf(this.f11220), Integer.valueOf(this.f11221));
    }

    public final String toString() {
        return "AudioFormat[sampleRate=" + this.f11222 + ", channelCount=" + this.f11220 + ", encoding=" + this.f11221 + ']';
    }
}
