package i1;

import u0.C;
import u0.C1564A;
import u0.C1579o;

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

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

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

    public d(int i, float f3) {
        this.f13492a = f3;
        this.f13493b = i;
    }

    @Override // u0.C
    public final /* synthetic */ void a(C1564A c1564a) {
    }

    @Override // u0.C
    public final /* synthetic */ byte[] b() {
        return null;
    }

    @Override // u0.C
    public final /* synthetic */ C1579o c() {
        return null;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && d.class == obj.getClass()) {
            d dVar = (d) obj;
            if (this.f13492a == dVar.f13492a && this.f13493b == dVar.f13493b) {
                return true;
            }
        }
        return false;
    }

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

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