package d3;

import androidx.media3.common.TrackGroup;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class C {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f15034d;

    public /* synthetic */ C(TrackGroup trackGroup, int i6, String str) {
        this(trackGroup, i6, str, "");
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C)) {
            return false;
        }
        C c6 = (C) obj;
        return kotlin.jvm.internal.o.c(this.f15031a, c6.f15031a) && this.f15032b == c6.f15032b && kotlin.jvm.internal.o.c(this.f15033c, c6.f15033c) && kotlin.jvm.internal.o.c(this.f15034d, c6.f15034d);
    }

    public final int hashCode() {
        return this.f15034d.hashCode() + AbstractC2761L.b(AbstractC2761L.a(this.f15032b, this.f15031a.hashCode() * 31, 31), 31, this.f15033c);
    }

    public final String toString() {
        return "SelectableTrackItem(group=" + this.f15031a + ", trackIndex=" + this.f15032b + ", titleLine=" + this.f15033c + ", inlineFormatSuffix=" + this.f15034d + ")";
    }

    public C(TrackGroup trackGroup, int i6, String titleLine, String inlineFormatSuffix) {
        kotlin.jvm.internal.o.h(titleLine, "titleLine");
        kotlin.jvm.internal.o.h(inlineFormatSuffix, "inlineFormatSuffix");
        this.f15031a = trackGroup;
        this.f15032b = i6;
        this.f15033c = titleLine;
        this.f15034d = inlineFormatSuffix;
    }
}
