|
openshot-audio
0.1.7
|
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.
1.8.13