arduino-audio-tools
|
URLLoader which saves the HLS segments to the indicated output. More...
#include <HLSStream.h>
Public Member Functions | |
URLLoaderHLSOutput (Print &out, int maxUrls=20) | |
virtual void | addUrl (const char *url) |
virtual bool | begin () |
virtual void | end () |
virtual int | urlCount () |
Protected Attributes | |
StreamCopy | copier |
int | count = 0 |
int | max = 20 |
Print * | p_print |
URLStream | url_stream |
URLLoader which saves the HLS segments to the indicated output.