openshot-audio
0.1.5
|
Go to the source code of this file.
Classes | |
class | MemoryOutputStream |
Macros | |
#define | JUCE_MEMORYOUTPUTSTREAM_H_INCLUDED |
Functions | |
OutputStream &JUCE_CALLTYPE | operator<< (OutputStream &stream, const MemoryOutputStream &streamToRead) |
#define JUCE_MEMORYOUTPUTSTREAM_H_INCLUDED |
OutputStream& JUCE_CALLTYPE operator<< | ( | OutputStream & | stream, |
const MemoryOutputStream & | streamToRead | ||
) |
Copies all the data that has been written to a MemoryOutputStream into another stream.