OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_AndroidDocumentInputSource.h>
Public Member Functions | |
AndroidDocumentInputSource (const AndroidDocument &doc) | |
InputStream * | createInputStream () override |
InputStream * | createInputStreamFor (const String &relatedItemPath) override |
int64 | hashCode () const override |
Public Member Functions inherited from juce::InputSource | |
virtual | ~InputSource ()=default |
An InputSource backed by an AndroidDocument.
Definition at line 34 of file juce_AndroidDocumentInputSource.h.
|
inlineexplicit |
Creates a new AndroidDocumentInputSource, backed by the provided document.
Definition at line 40 of file juce_AndroidDocumentInputSource.h.
|
inlineoverridevirtual |
Returns a new InputStream to read this item.
Implements juce::InputSource.
Definition at line 49 of file juce_AndroidDocumentInputSource.h.
|
inlineoverridevirtual |
An AndroidDocument doesn't use conventional filesystem paths. Use the member functions of AndroidDocument to locate relative items.
relatedItemPath | the relative pathname of the resource that is required |
Implements juce::InputSource.
Definition at line 63 of file juce_AndroidDocumentInputSource.h.
|
inlineoverridevirtual |
Returns a hash code that uniquely represents this item.
Implements juce::InputSource.
Definition at line 70 of file juce_AndroidDocumentInputSource.h.