OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_URLInputSource.h>
Public Member Functions | |
URLInputSource (const URL &url) | |
URLInputSource (URL &&url) | |
~URLInputSource () override | |
InputStream * | createInputStream () override |
InputStream * | createInputStreamFor (const String &relatedItemPath) override |
int64 | hashCode () const override |
![]() | |
virtual | ~InputSource ()=default |
A type of InputSource that represents a URL.
Definition at line 34 of file juce_URLInputSource.h.
Creates a URLInputSource for a url.
Definition at line 26 of file juce_URLInputSource.cpp.
juce::URLInputSource::URLInputSource | ( | URL && | url | ) |
Move constructor which will move the URL into the InputSource.
This is useful when the url carries any security credentials.
Definition at line 31 of file juce_URLInputSource.cpp.
|
override |
Destructor.
Definition at line 36 of file juce_URLInputSource.cpp.
|
overridevirtual |
Returns a new InputStream to read this item.
Implements juce::InputSource.
Definition at line 40 of file juce_URLInputSource.cpp.
|
overridevirtual |
Returns a new InputStream to read an item, relative.
relatedItemPath | the relative pathname of the resource that is required |
Implements juce::InputSource.
Definition at line 45 of file juce_URLInputSource.cpp.
|
overridevirtual |
Returns a hash code that uniquely represents this item.
Implements juce::InputSource.
Definition at line 54 of file juce_URLInputSource.cpp.