|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
An InputSource backed by an AndroidDocument. More...
#include "juce_AndroidDocumentInputSource.h"
Public Member Functions | |
| AndroidDocumentInputSource (const AndroidDocument &doc) | |
| Creates a new AndroidDocumentInputSource, backed by the provided document. | |
| InputStream * | createInputStream () override |
| Returns a new InputStream to read this item. | |
| InputStream * | createInputStreamFor (const String &relatedItemPath) override |
| Returns a new InputStream to read an item, relative. | |
| int64 | hashCode () const override |
| Returns a hash code that uniquely represents this item. | |
Public Member Functions inherited from juce::InputSource | |
| virtual | ~InputSource ()=default |
| Destructor. | |
An InputSource backed by an AndroidDocument.
@tags{Core}
Definition at line 34 of file juce_AndroidDocumentInputSource.h.
|
explicit |
Creates a new AndroidDocumentInputSource, backed by the provided document.
Definition at line 40 of file juce_AndroidDocumentInputSource.h.
|
overridevirtual |
Returns a new InputStream to read this item.
Implements juce::InputSource.
Definition at line 49 of file juce_AndroidDocumentInputSource.h.
|
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 63 of file juce_AndroidDocumentInputSource.h.
|
overridevirtual |
Returns a hash code that uniquely represents this item.
Implements juce::InputSource.
Definition at line 70 of file juce_AndroidDocumentInputSource.h.