package d1;

import io.github.anilbeesetti.nextlib.mediainfo.FrameLoader;
import java.util.List;
import kotlin.jvm.internal.l;

/* JADX INFO: renamed from: d1.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0446c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final String f3781a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private final C0449f f3783c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private final List f3784d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private final List f3785e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private final List f3786f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final Long f3787g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private FrameLoader f3788h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private final boolean f3789i;

    public C0446c(String format, long j2, C0449f c0449f, List audioStreams, List subtitleStreams, List chapters, Long l2) {
        l.e(format, "format");
        l.e(audioStreams, "audioStreams");
        l.e(subtitleStreams, "subtitleStreams");
        l.e(chapters, "chapters");
        this.f3781a = format;
        this.f3782b = j2;
        this.f3783c = c0449f;
        this.f3784d = audioStreams;
        this.f3785e = subtitleStreams;
        this.f3786f = chapters;
        this.f3787g = l2;
        FrameLoader frameLoader = l2 != null ? new FrameLoader(l2.longValue()) : null;
        this.f3788h = frameLoader;
        this.f3789i = frameLoader != null;
    }

    public final List a() {
        return this.f3784d;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0446c)) {
            return false;
        }
        C0446c c0446c = (C0446c) obj;
        return l.a(this.f3781a, c0446c.f3781a) && this.f3782b == c0446c.f3782b && l.a(this.f3783c, c0446c.f3783c) && l.a(this.f3784d, c0446c.f3784d) && l.a(this.f3785e, c0446c.f3785e) && l.a(this.f3786f, c0446c.f3786f) && l.a(this.f3787g, c0446c.f3787g);
    }

    public int hashCode() {
        int iHashCode = ((this.f3781a.hashCode() * 31) + Long.hashCode(this.f3782b)) * 31;
        C0449f c0449f = this.f3783c;
        int iHashCode2 = (((((((iHashCode + (c0449f == null ? 0 : c0449f.hashCode())) * 31) + this.f3784d.hashCode()) * 31) + this.f3785e.hashCode()) * 31) + this.f3786f.hashCode()) * 31;
        Long l2 = this.f3787g;
        return iHashCode2 + (l2 != null ? l2.hashCode() : 0);
    }

    public String toString() {
        return "MediaInfo(format=" + this.f3781a + ", duration=" + this.f3782b + ", videoStream=" + this.f3783c + ", audioStreams=" + this.f3784d + ", subtitleStreams=" + this.f3785e + ", chapters=" + this.f3786f + ", frameLoaderContext=" + this.f3787g + ")";
    }
}
