package l2;

import androidx.annotation.Nullable;
import androidx.media3.common.Format;

/* JADX INFO: loaded from: classes.dex */
public final class b0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f29949a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f29950b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final long f29951c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final long f29952d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long f29953e;

    @Nullable
    public final long[] editListDurations;

    @Nullable
    public final long[] editListMediaTimes;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final long f29954f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final Format f29955g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final int f29956h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final int f29957i;

    @Nullable
    private final c0[] sampleDescriptionEncryptionBoxes;

    public b0(int i10, int i11, long j10, long j11, long j12, long j13, Format format, int i12, @Nullable c0[] c0VarArr, int i13, @Nullable long[] jArr, @Nullable long[] jArr2) {
        this.f29949a = i10;
        this.f29950b = i11;
        this.f29951c = j10;
        this.f29952d = j11;
        this.f29953e = j12;
        this.f29954f = j13;
        this.f29955g = format;
        this.f29956h = i12;
        this.sampleDescriptionEncryptionBoxes = c0VarArr;
        this.f29957i = i13;
        this.editListDurations = jArr;
        this.editListMediaTimes = jArr2;
    }

    public final b0 a(Format format) {
        return new b0(this.f29949a, this.f29950b, this.f29951c, this.f29952d, this.f29953e, this.f29954f, format, this.f29956h, this.sampleDescriptionEncryptionBoxes, this.f29957i, this.editListDurations, this.editListMediaTimes);
    }

    @Nullable
    public c0 getSampleDescriptionEncryptionBox(int i10) {
        c0[] c0VarArr = this.sampleDescriptionEncryptionBoxes;
        if (c0VarArr == null) {
            return null;
        }
        return c0VarArr[i10];
    }
}
