OpenShot Library | OpenShotAudio
0.2.2
|
Classes | |
class | juce::BufferedInputStream |
Wraps another input stream, and reads from it using an intermediate buffer. More... | |
class | juce::FileInputSource |
A type of InputSource that represents a normal file. More... | |
class | juce::InputSource |
A lightweight object that can create a stream to read some kind of resource. More... | |
class | juce::InputStream |
The base class for streams that read data. More... | |
class | juce::MemoryInputStream |
Allows a block of data to be accessed as a stream. More... | |
class | juce::MemoryOutputStream |
Writes data to an internal memory buffer, which grows as required. More... | |
class | juce::OutputStream |
The base class for streams that write data to some kind of destination. More... | |
class | juce::SubregionStream |
Wraps another input stream, and reads from a specific part of it. More... | |
class | juce::URLInputSource |
A type of InputSource that represents a URL. More... | |