OpenShot Library | libopenshot-audio 0.2.0
|
Used to receive callbacks for download progress. More...
#include <juce_URL.h>
Public Member Functions | |
virtual void | finished (URL::DownloadTask *task, bool success)=0 |
Called when the download has finished. | |
virtual void | progress (URL::DownloadTask *task, int64 bytesDownloaded, int64 totalLength) |
Called periodically by the OS to indicate download progress. | |
Used to receive callbacks for download progress.
Definition at line 360 of file juce_URL.h.
|
virtual |
Definition at line 110 of file juce_URL.cpp.
|
pure virtual |
Called when the download has finished.
Be aware that this callback may come on an arbitrary thread.
Referenced by juce::FallbackDownloadTask::run().
|
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.
Referenced by juce::FallbackDownloadTask::run().