JUCE  v5.1.1-3-g1a0b28c73
JUCE API
MemoryMappedAudioFormatReader Member List

This is the complete list of members for MemoryMappedAudioFormatReader, including all inherited members.

AudioFormatReader(InputStream *sourceStream, const String &formatName)AudioFormatReaderprotected
bitsPerSampleAudioFormatReader
bytesPerFrameMemoryMappedAudioFormatReaderprotected
clearSamplesBeyondAvailableLength(int **destSamples, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int &numSamples, int64 fileLengthInSamples)AudioFormatReaderinlineprotectedstatic
dataChunkStartMemoryMappedAudioFormatReaderprotected
dataLengthMemoryMappedAudioFormatReaderprotected
fileMemoryMappedAudioFormatReaderprotected
filePosToSample(int64 filePos) const noexceptMemoryMappedAudioFormatReaderinlineprotected
getChannelLayout()AudioFormatReadervirtual
getFile() const noexceptMemoryMappedAudioFormatReaderinline
getFormatName() const noexceptAudioFormatReaderinline
getMappedSection() const noexceptMemoryMappedAudioFormatReaderinline
getNumBytesUsed() constMemoryMappedAudioFormatReaderinline
getSample(int64 sampleIndex, float *result) const noexcept=0MemoryMappedAudioFormatReaderpure virtual
inputAudioFormatReader
lengthInSamplesAudioFormatReader
mapMemoryMappedAudioFormatReaderprotected
mapEntireFile()MemoryMappedAudioFormatReader
mappedSectionMemoryMappedAudioFormatReaderprotected
mapSectionOfFile(Range< int64 > samplesToMap)MemoryMappedAudioFormatReadervirtual
MemoryMappedAudioFormatReader(const File &file, const AudioFormatReader &details, int64 dataChunkStart, int64 dataChunkLength, int bytesPerFrame)MemoryMappedAudioFormatReaderprotected
metadataValuesAudioFormatReader
numChannelsAudioFormatReader
read(int *const *destSamples, int numDestChannels, int64 startSampleInSource, int numSamplesToRead, bool fillLeftoverChannelsWithCopies)AudioFormatReader
read(AudioSampleBuffer *buffer, int startSampleInDestBuffer, int numSamples, int64 readerStartSample, bool useReaderLeftChan, bool useReaderRightChan)AudioFormatReader
readMaxLevels(int64 startSample, int64 numSamples, Range< float > *results, int numChannelsToRead)AudioFormatReadervirtual
readMaxLevels(int64 startSample, int64 numSamples, float &lowestLeft, float &highestLeft, float &lowestRight, float &highestRight)AudioFormatReadervirtual
readSamples(int **destSamples, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int numSamples)=0AudioFormatReaderpure virtual
sampleRateAudioFormatReader
sampleToFilePos(int64 sample) const noexceptMemoryMappedAudioFormatReaderinlineprotected
sampleToPointer(int64 sample) const noexceptMemoryMappedAudioFormatReaderinlineprotected
scanMinAndMaxInterleaved(int channel, int64 startSampleInFile, int64 numSamples) const noexceptMemoryMappedAudioFormatReaderinlineprotected
searchForLevel(int64 startSample, int64 numSamplesToSearch, double magnitudeRangeMinimum, double magnitudeRangeMaximum, int minimumConsecutiveSamples)AudioFormatReader
touchSample(int64 sample) const noexceptMemoryMappedAudioFormatReader
usesFloatingPointDataAudioFormatReader
~AudioFormatReader()AudioFormatReadervirtual