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

44 lines
1.1 KiB
Java

package c.a.r;
import d0.z.d.m;
/* compiled from: MediaSinkWantsLadder.kt */
public final class a {
public final int a;
public final int b;
/* renamed from: c reason: collision with root package name */
public final Integer f198c;
public a(int i, int i2, Integer num) {
this.a = i;
this.b = i2;
this.f198c = num;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof a)) {
return false;
}
a aVar = (a) obj;
return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f198c, aVar.f198c);
}
public int hashCode() {
int i = ((this.a * 31) + this.b) * 31;
Integer num = this.f198c;
return i + (num != null ? num.hashCode() : 0);
}
public String toString() {
StringBuilder L = c.d.b.a.a.L("Bitrate(min=");
L.append(this.a);
L.append(", max=");
L.append(this.b);
L.append(", target=");
return c.d.b.a.a.B(L, this.f198c, ")");
}
}