openshot-audio  0.1.6
Classes | Macros | Functions
juce_MemoryOutputStream.h File Reference

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)
 

Macro Definition Documentation

#define JUCE_MEMORYOUTPUTSTREAM_H_INCLUDED

Function Documentation

OutputStream& JUCE_CALLTYPE operator<< ( OutputStream stream,
const MemoryOutputStream streamToRead 
)

Copies all the data that has been written to a MemoryOutputStream into another stream.