discord-jadx/app/src/main/java/co/discord/media_engine/internal/InboundPlayout.java

187 lines
9.2 KiB
Java

package co.discord.media_engine.internal;
import c.d.b.a.a;
import co.discord.media_engine.PlayoutMetric;
import d0.z.d.m;
/* compiled from: NativeStatistics.kt */
public final class InboundPlayout {
private final PlayoutMetric audioJitterBuffer;
private final PlayoutMetric audioJitterDelay;
private final PlayoutMetric audioJitterTarget;
private final PlayoutMetric audioPlayoutUnderruns;
private final PlayoutMetric relativePlayoutDelay;
private final PlayoutMetric relativeReceptionDelay;
private final PlayoutMetric videoJitterBuffer;
private final PlayoutMetric videoJitterDelay;
private final PlayoutMetric videoJitterTarget;
public InboundPlayout(PlayoutMetric playoutMetric, PlayoutMetric playoutMetric2, PlayoutMetric playoutMetric3, PlayoutMetric playoutMetric4, PlayoutMetric playoutMetric5, PlayoutMetric playoutMetric6, PlayoutMetric playoutMetric7, PlayoutMetric playoutMetric8, PlayoutMetric playoutMetric9) {
m.checkNotNullParameter(playoutMetric, "audioJitterBuffer");
m.checkNotNullParameter(playoutMetric2, "audioJitterDelay");
m.checkNotNullParameter(playoutMetric3, "audioJitterTarget");
m.checkNotNullParameter(playoutMetric4, "audioPlayoutUnderruns");
m.checkNotNullParameter(playoutMetric5, "videoJitterBuffer");
m.checkNotNullParameter(playoutMetric6, "videoJitterDelay");
m.checkNotNullParameter(playoutMetric7, "videoJitterTarget");
m.checkNotNullParameter(playoutMetric8, "relativeReceptionDelay");
m.checkNotNullParameter(playoutMetric9, "relativePlayoutDelay");
this.audioJitterBuffer = playoutMetric;
this.audioJitterDelay = playoutMetric2;
this.audioJitterTarget = playoutMetric3;
this.audioPlayoutUnderruns = playoutMetric4;
this.videoJitterBuffer = playoutMetric5;
this.videoJitterDelay = playoutMetric6;
this.videoJitterTarget = playoutMetric7;
this.relativeReceptionDelay = playoutMetric8;
this.relativePlayoutDelay = playoutMetric9;
}
public static /* synthetic */ InboundPlayout copy$default(InboundPlayout inboundPlayout, PlayoutMetric playoutMetric, PlayoutMetric playoutMetric2, PlayoutMetric playoutMetric3, PlayoutMetric playoutMetric4, PlayoutMetric playoutMetric5, PlayoutMetric playoutMetric6, PlayoutMetric playoutMetric7, PlayoutMetric playoutMetric8, PlayoutMetric playoutMetric9, int i, Object obj) {
return inboundPlayout.copy((i & 1) != 0 ? inboundPlayout.audioJitterBuffer : playoutMetric, (i & 2) != 0 ? inboundPlayout.audioJitterDelay : playoutMetric2, (i & 4) != 0 ? inboundPlayout.audioJitterTarget : playoutMetric3, (i & 8) != 0 ? inboundPlayout.audioPlayoutUnderruns : playoutMetric4, (i & 16) != 0 ? inboundPlayout.videoJitterBuffer : playoutMetric5, (i & 32) != 0 ? inboundPlayout.videoJitterDelay : playoutMetric6, (i & 64) != 0 ? inboundPlayout.videoJitterTarget : playoutMetric7, (i & 128) != 0 ? inboundPlayout.relativeReceptionDelay : playoutMetric8, (i & 256) != 0 ? inboundPlayout.relativePlayoutDelay : playoutMetric9);
}
public final PlayoutMetric component1() {
return this.audioJitterBuffer;
}
public final PlayoutMetric component2() {
return this.audioJitterDelay;
}
public final PlayoutMetric component3() {
return this.audioJitterTarget;
}
public final PlayoutMetric component4() {
return this.audioPlayoutUnderruns;
}
public final PlayoutMetric component5() {
return this.videoJitterBuffer;
}
public final PlayoutMetric component6() {
return this.videoJitterDelay;
}
public final PlayoutMetric component7() {
return this.videoJitterTarget;
}
public final PlayoutMetric component8() {
return this.relativeReceptionDelay;
}
public final PlayoutMetric component9() {
return this.relativePlayoutDelay;
}
public final InboundPlayout copy(PlayoutMetric playoutMetric, PlayoutMetric playoutMetric2, PlayoutMetric playoutMetric3, PlayoutMetric playoutMetric4, PlayoutMetric playoutMetric5, PlayoutMetric playoutMetric6, PlayoutMetric playoutMetric7, PlayoutMetric playoutMetric8, PlayoutMetric playoutMetric9) {
m.checkNotNullParameter(playoutMetric, "audioJitterBuffer");
m.checkNotNullParameter(playoutMetric2, "audioJitterDelay");
m.checkNotNullParameter(playoutMetric3, "audioJitterTarget");
m.checkNotNullParameter(playoutMetric4, "audioPlayoutUnderruns");
m.checkNotNullParameter(playoutMetric5, "videoJitterBuffer");
m.checkNotNullParameter(playoutMetric6, "videoJitterDelay");
m.checkNotNullParameter(playoutMetric7, "videoJitterTarget");
m.checkNotNullParameter(playoutMetric8, "relativeReceptionDelay");
m.checkNotNullParameter(playoutMetric9, "relativePlayoutDelay");
return new InboundPlayout(playoutMetric, playoutMetric2, playoutMetric3, playoutMetric4, playoutMetric5, playoutMetric6, playoutMetric7, playoutMetric8, playoutMetric9);
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof InboundPlayout)) {
return false;
}
InboundPlayout inboundPlayout = (InboundPlayout) obj;
return m.areEqual(this.audioJitterBuffer, inboundPlayout.audioJitterBuffer) && m.areEqual(this.audioJitterDelay, inboundPlayout.audioJitterDelay) && m.areEqual(this.audioJitterTarget, inboundPlayout.audioJitterTarget) && m.areEqual(this.audioPlayoutUnderruns, inboundPlayout.audioPlayoutUnderruns) && m.areEqual(this.videoJitterBuffer, inboundPlayout.videoJitterBuffer) && m.areEqual(this.videoJitterDelay, inboundPlayout.videoJitterDelay) && m.areEqual(this.videoJitterTarget, inboundPlayout.videoJitterTarget) && m.areEqual(this.relativeReceptionDelay, inboundPlayout.relativeReceptionDelay) && m.areEqual(this.relativePlayoutDelay, inboundPlayout.relativePlayoutDelay);
}
public final PlayoutMetric getAudioJitterBuffer() {
return this.audioJitterBuffer;
}
public final PlayoutMetric getAudioJitterDelay() {
return this.audioJitterDelay;
}
public final PlayoutMetric getAudioJitterTarget() {
return this.audioJitterTarget;
}
public final PlayoutMetric getAudioPlayoutUnderruns() {
return this.audioPlayoutUnderruns;
}
public final PlayoutMetric getRelativePlayoutDelay() {
return this.relativePlayoutDelay;
}
public final PlayoutMetric getRelativeReceptionDelay() {
return this.relativeReceptionDelay;
}
public final PlayoutMetric getVideoJitterBuffer() {
return this.videoJitterBuffer;
}
public final PlayoutMetric getVideoJitterDelay() {
return this.videoJitterDelay;
}
public final PlayoutMetric getVideoJitterTarget() {
return this.videoJitterTarget;
}
public int hashCode() {
PlayoutMetric playoutMetric = this.audioJitterBuffer;
int i = 0;
int hashCode = (playoutMetric != null ? playoutMetric.hashCode() : 0) * 31;
PlayoutMetric playoutMetric2 = this.audioJitterDelay;
int hashCode2 = (hashCode + (playoutMetric2 != null ? playoutMetric2.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric3 = this.audioJitterTarget;
int hashCode3 = (hashCode2 + (playoutMetric3 != null ? playoutMetric3.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric4 = this.audioPlayoutUnderruns;
int hashCode4 = (hashCode3 + (playoutMetric4 != null ? playoutMetric4.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric5 = this.videoJitterBuffer;
int hashCode5 = (hashCode4 + (playoutMetric5 != null ? playoutMetric5.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric6 = this.videoJitterDelay;
int hashCode6 = (hashCode5 + (playoutMetric6 != null ? playoutMetric6.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric7 = this.videoJitterTarget;
int hashCode7 = (hashCode6 + (playoutMetric7 != null ? playoutMetric7.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric8 = this.relativeReceptionDelay;
int hashCode8 = (hashCode7 + (playoutMetric8 != null ? playoutMetric8.hashCode() : 0)) * 31;
PlayoutMetric playoutMetric9 = this.relativePlayoutDelay;
if (playoutMetric9 != null) {
i = playoutMetric9.hashCode();
}
return hashCode8 + i;
}
public String toString() {
StringBuilder L = a.L("InboundPlayout(audioJitterBuffer=");
L.append(this.audioJitterBuffer);
L.append(", audioJitterDelay=");
L.append(this.audioJitterDelay);
L.append(", audioJitterTarget=");
L.append(this.audioJitterTarget);
L.append(", audioPlayoutUnderruns=");
L.append(this.audioPlayoutUnderruns);
L.append(", videoJitterBuffer=");
L.append(this.videoJitterBuffer);
L.append(", videoJitterDelay=");
L.append(this.videoJitterDelay);
L.append(", videoJitterTarget=");
L.append(this.videoJitterTarget);
L.append(", relativeReceptionDelay=");
L.append(this.relativeReceptionDelay);
L.append(", relativePlayoutDelay=");
L.append(this.relativePlayoutDelay);
L.append(")");
return L.toString();
}
}