package q1;

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

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

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

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

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

    public h(long j10, long j11, long j12) {
        this.f32100a = j10;
        this.f32101b = j11;
        this.f32102c = j12;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h)) {
            return false;
        }
        h hVar = (h) obj;
        return this.f32100a == hVar.f32100a && this.f32101b == hVar.f32101b && this.f32102c == hVar.f32102c;
    }

    public final int hashCode() {
        return com.google.common.primitives.a.f(this.f32102c) + ((com.google.common.primitives.a.f(this.f32101b) + ((com.google.common.primitives.a.f(this.f32100a) + 527) * 31)) * 31);
    }

    public final String toString() {
        return "Mp4Timestamp: creation time=" + this.f32100a + ", modification time=" + this.f32101b + ", timescale=" + this.f32102c;
    }
}
