package x2;

import androidx.annotation.Nullable;

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

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

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

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

    @Nullable
    public final byte[] compatibleProfileLevelSet;

    public /* synthetic */ y(int i10, int i11, int i12, byte[] bArr, int i13) {
        this(i10, i11, i12, bArr);
    }

    private y(int i10, int i11, int i12, @Nullable byte[] bArr) {
        this.f34702a = i10;
        this.f34703b = i11;
        this.f34704c = i12;
        this.compatibleProfileLevelSet = bArr;
    }
}
