package O0;

import u0.T;
import x0.AbstractC1709a;

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

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

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

    public r(T t6, int[] iArr) {
        if (iArr.length == 0) {
            AbstractC1709a.p("ETSDefinition", "Empty tracks are not allowed", new IllegalArgumentException());
        }
        this.f4905a = t6;
        this.f4906b = iArr;
    }
}
