package p138.p176.p177.p190.p192;

import android.annotation.TargetApi;
import android.media.AudioAttributes;
import p138.p176.p177.p190.p239.C4150;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ࢪ.ކ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3478 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public static final C3478 f10285;

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int f10286;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f10287;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final int f10288;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final int f10289;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public AudioAttributes f10290;

    static {
        int i = 0;
        int i2 = 1;
        f10285 = new C3478(i, i, i2, i2, null);
    }

    public /* synthetic */ C3478(int i, int i2, int i3, int i4, C3479 c3479) {
        this.f10286 = i;
        this.f10287 = i2;
        this.f10288 = i3;
        this.f10289 = i4;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3478.class != obj.getClass()) {
            return false;
        }
        C3478 c3478 = (C3478) obj;
        return this.f10286 == c3478.f10286 && this.f10287 == c3478.f10287 && this.f10288 == c3478.f10288 && this.f10289 == c3478.f10289;
    }

    public int hashCode() {
        return ((((((527 + this.f10286) * 31) + this.f10287) * 31) + this.f10288) * 31) + this.f10289;
    }

    @TargetApi(21)
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public AudioAttributes m5758() {
        if (this.f10290 == null) {
            AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.f10286).setFlags(this.f10287).setUsage(this.f10288);
            if (C4150.f13259 >= 29) {
                usage.setAllowedCapturePolicy(this.f10289);
            }
            this.f10290 = usage.build();
        }
        return this.f10290;
    }
}
