package v0;

import java.util.Objects;
import x0.v;

/* JADX INFO: renamed from: v0.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1666e {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final C1666e f18015e = new C1666e(-1, -1, -1);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f18016a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f18017b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f18018c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f18019d;

    public C1666e(int i, int i5, int i8) {
        this.f18016a = i;
        this.f18017b = i5;
        this.f18018c = i8;
        this.f18019d = v.H(i8) ? v.s(i8) * i5 : -1;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1666e)) {
            return false;
        }
        C1666e c1666e = (C1666e) obj;
        return this.f18016a == c1666e.f18016a && this.f18017b == c1666e.f18017b && this.f18018c == c1666e.f18018c;
    }

    public final int hashCode() {
        return Objects.hash(Integer.valueOf(this.f18016a), Integer.valueOf(this.f18017b), Integer.valueOf(this.f18018c));
    }

    public final String toString() {
        return "AudioFormat[sampleRate=" + this.f18016a + ", channelCount=" + this.f18017b + ", encoding=" + this.f18018c + ']';
    }
}
