package q1;

import androidx.annotation.Nullable;
import com.google.common.collect.ImmutableList;
import java.util.List;

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

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

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

    @Nullable
    public final n repFormatsAndIndices;

    @Nullable
    public final r videoSignalInfosAndIndices;

    public s(j jVar, @Nullable List<i> list, l lVar, @Nullable n nVar, @Nullable r rVar) {
        this.f32141a = list != null ? ImmutableList.p(list) : ImmutableList.t();
        this.f32142b = lVar;
        this.repFormatsAndIndices = nVar;
        this.videoSignalInfosAndIndices = rVar;
    }
}
