discord-jadx/app/src/main/java/c/a/q/n.java

50 lines
1.3 KiB
Java

package c.a.q;
import a0.a.a.a;
/* compiled from: MediaSinkWantsLadder.kt */
public final class n {
public final int a;
public final int b;
/* renamed from: c reason: collision with root package name */
public final double f216c;
public final int d;
public final int e;
public n(int i, int i2, double d, int i3, int i4) {
this.a = i;
this.b = i2;
this.f216c = d;
this.d = i3;
this.e = i4;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof n)) {
return false;
}
n nVar = (n) obj;
return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f216c, nVar.f216c) == 0 && this.d == nVar.d && this.e == nVar.e;
}
public int hashCode() {
return ((((a.a(this.f216c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e;
}
public String toString() {
StringBuilder K = c.d.b.a.a.K("ResolutionBudget(width=");
K.append(this.a);
K.append(", height=");
K.append(this.b);
K.append(", budgetPortion=");
K.append(this.f216c);
K.append(", mutedFramerate=");
K.append(this.d);
K.append(", framerate=");
return c.d.b.a.a.w(K, this.e, ")");
}
}