discord-jadx/app/src/main/java/c/i/a/c/c1.java

110 lines
4.0 KiB
Java

package c.i.a.c;
import androidx.annotation.CheckResult;
import androidx.annotation.Nullable;
import c.i.a.c.d2.y;
import c.i.a.c.f2.m;
import c.i.b.b.a;
import c.i.b.b.q0;
import c.i.b.b.u;
import com.google.android.exoplayer2.ExoPlaybackException;
import com.google.android.exoplayer2.metadata.Metadata;
import com.google.android.exoplayer2.source.TrackGroupArray;
import java.util.List;
/* compiled from: PlaybackInfo */
public final class c1 {
public static final y.a a = new y.a(new Object());
public final r1 b;
/* renamed from: c reason: collision with root package name */
public final y.a f773c;
public final long d;
public final int e;
@Nullable
public final ExoPlaybackException f;
public final boolean g;
public final TrackGroupArray h;
public final m i;
public final List<Metadata> j;
public final y.a k;
public final boolean l;
public final int m;
public final d1 n;
public final boolean o;
public final boolean p;
public volatile long q;
public volatile long r;
/* renamed from: s reason: collision with root package name */
public volatile long f774s;
public c1(r1 r1Var, y.a aVar, long j, int i, @Nullable ExoPlaybackException exoPlaybackException, boolean z2, TrackGroupArray trackGroupArray, m mVar, List<Metadata> list, y.a aVar2, boolean z3, int i2, d1 d1Var, long j2, long j3, long j4, boolean z4, boolean z5) {
this.b = r1Var;
this.f773c = aVar;
this.d = j;
this.e = i;
this.f = exoPlaybackException;
this.g = z2;
this.h = trackGroupArray;
this.i = mVar;
this.j = list;
this.k = aVar2;
this.l = z3;
this.m = i2;
this.n = d1Var;
this.q = j2;
this.r = j3;
this.f774s = j4;
this.o = z4;
this.p = z5;
}
public static c1 i(m mVar) {
r1 r1Var = r1.a;
y.a aVar = a;
TrackGroupArray trackGroupArray = TrackGroupArray.i;
a<Object> aVar2 = u.j;
return new c1(r1Var, aVar, -9223372036854775807L, 1, null, false, trackGroupArray, mVar, q0.k, aVar, false, 0, d1.a, 0, 0, 0, false, false);
}
@CheckResult
public c1 a(y.a aVar) {
return new c1(this.b, this.f773c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f774s, this.o, this.p);
}
@CheckResult
public c1 b(y.a aVar, long j, long j2, long j3, TrackGroupArray trackGroupArray, m mVar, List<Metadata> list) {
return new c1(this.b, aVar, j2, this.e, this.f, this.g, trackGroupArray, mVar, list, this.k, this.l, this.m, this.n, this.q, j3, j, this.o, this.p);
}
@CheckResult
public c1 c(boolean z2) {
return new c1(this.b, this.f773c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f774s, z2, this.p);
}
@CheckResult
public c1 d(boolean z2, int i) {
return new c1(this.b, this.f773c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f774s, this.o, this.p);
}
@CheckResult
public c1 e(@Nullable ExoPlaybackException exoPlaybackException) {
return new c1(this.b, this.f773c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f774s, this.o, this.p);
}
@CheckResult
public c1 f(d1 d1Var) {
return new c1(this.b, this.f773c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f774s, this.o, this.p);
}
@CheckResult
public c1 g(int i) {
return new c1(this.b, this.f773c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f774s, this.o, this.p);
}
@CheckResult
public c1 h(r1 r1Var) {
return new c1(r1Var, this.f773c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f774s, this.o, this.p);
}
}