package n2;

import com.google.common.collect.ImmutableList;
import java.util.List;

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

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

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

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

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

    public b(List list, long j10, long j11) {
        this.f30759a = ImmutableList.p(list);
        this.f30760b = j10;
        this.f30761c = j11;
        long j12 = -9223372036854775807L;
        if (j10 != -9223372036854775807L && j11 != -9223372036854775807L) {
            j12 = j10 + j11;
        }
        this.f30762d = j12;
    }
}
