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

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class kz1 implements gv1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final d72 f13437a = new d72();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f13438b = 8000;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f13439c = 8000;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f13440d;

    @Nullable
    private u92 zzb;

    @Nullable
    private String zzc;

    @Override // com.google.android.gms.internal.ads.gv1
    /* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
    public final z12 zza() {
        z12 z12Var = new z12(this.zzc, this.f13438b, this.f13439c, this.f13440d, this.f13437a);
        u92 u92Var = this.zzb;
        if (u92Var != null) {
            z12Var.g(u92Var);
        }
        return z12Var;
    }

    public final kz1 zzb(@Nullable String str) {
        this.zzc = str;
        return this;
    }

    public final kz1 zzf(@Nullable u92 u92Var) {
        this.zzb = u92Var;
        return this;
    }
}
