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

50 lines
1.3 KiB
Java

package c.a.r;
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 f215c;
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.f215c = 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.f215c, nVar.f215c) == 0 && this.d == nVar.d && this.e == nVar.e;
}
public int hashCode() {
return ((((a.a(this.f215c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e;
}
public String toString() {
StringBuilder L = c.d.b.a.a.L("ResolutionBudget(width=");
L.append(this.a);
L.append(", height=");
L.append(this.b);
L.append(", budgetPortion=");
L.append(this.f215c);
L.append(", mutedFramerate=");
L.append(this.d);
L.append(", framerate=");
return c.d.b.a.a.y(L, this.e, ")");
}
}