package d3;

import androidx.media3.common.Format;

/* JADX INFO: loaded from: classes.dex */
public final class J {

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

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

    public J(Format format, float f6) {
        this.f15152a = format;
        this.f15153b = f6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof J)) {
            return false;
        }
        J j4 = (J) obj;
        return kotlin.jvm.internal.o.c(this.f15152a, j4.f15152a) && Float.compare(this.f15153b, j4.f15153b) == 0;
    }

    public final int hashCode() {
        Format format = this.f15152a;
        return Float.hashCode(this.f15153b) + ((format == null ? 0 : format.hashCode()) * 31);
    }

    public final String toString() {
        return "ProbeResult(format=" + this.f15152a + ", frameRate=" + this.f15153b + ")";
    }
}
