package x2;

import androidx.annotation.Nullable;
import java.util.Collections;
import java.util.List;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final byte[] f34538d;

    @Nullable
    public final String language;

    public m0(int i10, @Nullable String str, int i11, @Nullable List<l0> list, byte[] bArr) {
        this.f34535a = i10;
        this.language = str;
        this.f34536b = i11;
        this.f34537c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list);
        this.f34538d = bArr;
    }

    public final int a() {
        int i10 = this.f34536b;
        if (i10 != 2) {
            return i10 != 3 ? 0 : 512;
        }
        return 2048;
    }
}
