OpenShot Audio Library | OpenShotAudio 0.4.0
Loading...
Searching...
No Matches
juce::WebInputStream::Listener Class Reference

#include <juce_WebInputStream.h>

Public Member Functions

virtual ~Listener ()=default
virtual bool postDataSendProgress (WebInputStream &request, int bytesSent, int totalBytes)

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~Listener()

virtual juce::WebInputStream::Listener::~Listener ( )
virtualdefault

Destructor.

Member Function Documentation

◆ postDataSendProgress()

bool juce::WebInputStream::Listener::postDataSendProgress ( WebInputStream & request,
int bytesSent,
int totalBytes )
virtual

This method will be called periodically with updates on POST data upload progress.

Parameters
requestthe original request
bytesSentthe number of bytes sent so far
totalBytesthe total number of bytes to send
Returns
true to continue or false to cancel the upload

Definition at line 96 of file juce_WebInputStream.cpp.

Referenced by ~Listener().


The documentation for this class was generated from the following files: