JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
AudioFormatWriter Member List
This is the complete list of members for AudioFormatWriter, including all inherited members.
AudioFormatWriter(OutputStream *destStream, const String &formatName, double sampleRate, unsigned int numberOfChannels, unsigned int bitsPerSample)AudioFormatWriter [protected]
bitsPerSampleAudioFormatWriter [protected]
getBitsPerSample() const noexceptAudioFormatWriter
getFormatName() const noexceptAudioFormatWriter
getNumChannels() const noexceptAudioFormatWriter
getSampleRate() const noexceptAudioFormatWriter
isFloatingPoint() const noexceptAudioFormatWriter
numChannelsAudioFormatWriter [protected]
outputAudioFormatWriter [protected]
sampleRateAudioFormatWriter [protected]
usesFloatingPointDataAudioFormatWriter [protected]
write(const int **samplesToWrite, int numSamples)=0AudioFormatWriter [pure virtual]
writeFromAudioReader(AudioFormatReader &reader, int64 startSample, int64 numSamplesToRead)AudioFormatWriter
writeFromAudioSampleBuffer(const AudioSampleBuffer &source, int startSample, int numSamples)AudioFormatWriter
writeFromAudioSource(AudioSource &source, int numSamplesToRead, int samplesPerBlock=2048)AudioFormatWriter
~AudioFormatWriter()AudioFormatWriter [virtual]