OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_URL.h>
Public Member Functions | |
virtual void | finished (DownloadTask *task, bool success)=0 |
virtual void | progress (DownloadTask *task, int64 bytesDownloaded, int64 totalLength) |
Used to receive callbacks for download progress.
Definition at line 440 of file juce_URL.h.
|
pure virtual |
Called when the download has finished. Be aware that this callback may come on an arbitrary thread.
|
virtual |
Called periodically by the OS to indicate download progress.
Beware that this callback may come on an arbitrary thread.
Definition at line 109 of file juce_URL.cpp.