package com.google.android.gms.internal.ads;

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

/* JADX INFO: loaded from: classes2.dex */
public final class hb {

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

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

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

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

    @Nullable
    public final String zzb;

    public hb(int i10, @Nullable String str, int i11, @Nullable List list, byte[] bArr) {
        this.f12090a = i10;
        this.zzb = str;
        this.f12091b = i11;
        this.f12092c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list);
        this.f12093d = bArr;
    }

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