package xyz.stream.download;

/* JADX INFO: loaded from: classes3.dex */
public class DownloadEvent {
    public int currentBytes;

    /* JADX INFO: renamed from: id, reason: collision with root package name */
    public int f36039id;
    public int progress;
    public int status;
    public int totalBytes;

    public DownloadEvent(int i10, int i11, int i12, int i13, int i14) {
        this.f36039id = i10;
        this.progress = i11;
        this.status = i12;
        this.currentBytes = i13;
        this.totalBytes = i14;
    }
}
