OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_WebInputStream.h>
Public Member Functions | |
virtual | ~Listener ()=default |
virtual bool | postDataSendProgress (WebInputStream &request, int bytesSent, int totalBytes) |
Used to receive callbacks for POST data send progress.
Pass one of these into the connect() method and its postDataSendProgress() method will be called periodically with updates on POST data upload progress.
Definition at line 96 of file juce_WebInputStream.h.
|
virtualdefault |
Destructor.
|
virtual |
This method will be called periodically with updates on POST data upload progress.
request | the original request |
bytesSent | the number of bytes sent so far |
totalBytes | the total number of bytes to send |
Definition at line 96 of file juce_WebInputStream.cpp.