package androidx.media3.extractor;

import androidx.annotation.Nullable;

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

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

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

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

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

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

    @Nullable
    public final String mimeType;

    public /* synthetic */ c(String str, int i10, int i11, int i12, int i13, int i14, int i15, int i16) {
        this(str, i10, i11, i12, i13, i14, i15);
    }

    private c(@Nullable String str, int i10, int i11, int i12, int i13, int i14, int i15) {
        this.mimeType = str;
        this.f3332b = i11;
        this.f3331a = i12;
        this.f3333c = i13;
        this.f3334d = i14;
        this.f3335e = i15;
    }
}
