package g2;

import androidx.annotation.Nullable;
import androidx.media3.common.Metadata;

/* JADX INFO: loaded from: classes.dex */
public final class d implements Metadata.Entry {

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

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

    public d(float f10, int i10) {
        this.f26163a = f10;
        this.f26164b = i10;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || d.class != obj.getClass()) {
            return false;
        }
        d dVar = (d) obj;
        return this.f26163a == dVar.f26163a && this.f26164b == dVar.f26164b;
    }

    public final int hashCode() {
        return ((Float.valueOf(this.f26163a).hashCode() + 527) * 31) + this.f26164b;
    }

    public final String toString() {
        return "smta: captureFrameRate=" + this.f26163a + ", svcTemporalLayerCount=" + this.f26164b;
    }
}
