package c.i.a.c.a2.h0; import androidx.annotation.Nullable; import com.google.android.exoplayer2.Format; /* compiled from: Track */ public final class m { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ public final long f702c; public final long d; public final long e; public final Format f; public final int g; @Nullable public final long[] h; @Nullable public final long[] i; public final int j; @Nullable public final n[] k; public m(int i, int i2, long j, long j2, long j3, Format format, int i3, @Nullable n[] nVarArr, int i4, @Nullable long[] jArr, @Nullable long[] jArr2) { this.a = i; this.b = i2; this.f702c = j; this.d = j2; this.e = j3; this.f = format; this.g = i3; this.k = nVarArr; this.j = i4; this.h = jArr; this.i = jArr2; } @Nullable public n a(int i) { n[] nVarArr = this.k; if (nVarArr == null) { return null; } return nVarArr[i]; } }