package q1;

import androidx.annotation.Nullable;
import androidx.media3.common.Metadata;

/* JADX INFO: loaded from: classes.dex */
public final class c implements Metadata.Entry {

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

    public c(int i10) {
        this.f32091a = i10;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof c) && this.f32091a == ((c) obj).f32091a;
    }

    public final int hashCode() {
        return this.f32091a;
    }

    public final String toString() {
        return "Mp4AlternateGroup: " + this.f32091a;
    }
}
