JUCE
|
This is the complete list of members for MemoryMappedAudioFormatReader, including all inherited members.
AudioFormatReader(InputStream *sourceStream, const String &formatName) | AudioFormatReader | protected |
bitsPerSample | AudioFormatReader | |
bytesPerFrame | MemoryMappedAudioFormatReader | protected |
clearSamplesBeyondAvailableLength(int **destChannels, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int &numSamples, int64 fileLengthInSamples) | AudioFormatReader | protectedstatic |
dataChunkStart | MemoryMappedAudioFormatReader | protected |
dataLength | MemoryMappedAudioFormatReader | protected |
file | MemoryMappedAudioFormatReader | protected |
filePosToSample(int64 filePos) const noexcept | MemoryMappedAudioFormatReader | protected |
getChannelLayout() | AudioFormatReader | virtual |
getFile() const noexcept | MemoryMappedAudioFormatReader | |
getFormatName() const noexcept | AudioFormatReader | |
getMappedSection() const noexcept | MemoryMappedAudioFormatReader | |
getNumBytesUsed() const | MemoryMappedAudioFormatReader | |
getSample(int64 sampleIndex, float *result) const noexcept=0 | MemoryMappedAudioFormatReader | pure virtual |
input | AudioFormatReader | |
lengthInSamples | AudioFormatReader | |
map | MemoryMappedAudioFormatReader | protected |
mapEntireFile() | MemoryMappedAudioFormatReader | |
mappedSection | MemoryMappedAudioFormatReader | protected |
mapSectionOfFile(Range< int64 > samplesToMap) | MemoryMappedAudioFormatReader | virtual |
MemoryMappedAudioFormatReader(const File &file, const AudioFormatReader &details, int64 dataChunkStart, int64 dataChunkLength, int bytesPerFrame) | MemoryMappedAudioFormatReader | protected |
metadataValues | AudioFormatReader | |
numChannels | AudioFormatReader | |
read(float *const *destChannels, int numDestChannels, int64 startSampleInSource, int numSamplesToRead) | AudioFormatReader | |
read(int *const *destChannels, int numDestChannels, int64 startSampleInSource, int numSamplesToRead, bool fillLeftoverChannelsWithCopies) | AudioFormatReader | |
read(AudioBuffer< float > *buffer, int startSampleInDestBuffer, int numSamples, int64 readerStartSample, bool useReaderLeftChan, bool useReaderRightChan) | AudioFormatReader | |
readMaxLevels(int64 startSample, int64 numSamples, Range< float > *results, int numChannelsToRead) | AudioFormatReader | virtual |
readMaxLevels(int64 startSample, int64 numSamples, float &lowestLeft, float &highestLeft, float &lowestRight, float &highestRight) | AudioFormatReader | virtual |
readSamples(int **destChannels, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int numSamples)=0 | AudioFormatReader | pure virtual |
sampleRate | AudioFormatReader | |
sampleToFilePos(int64 sample) const noexcept | MemoryMappedAudioFormatReader | protected |
sampleToPointer(int64 sample) const noexcept | MemoryMappedAudioFormatReader | protected |
scanMinAndMaxInterleaved(int channel, int64 startSampleInFile, int64 numSamples) const noexcept | MemoryMappedAudioFormatReader | protected |
searchForLevel(int64 startSample, int64 numSamplesToSearch, double magnitudeRangeMinimum, double magnitudeRangeMaximum, int minimumConsecutiveSamples) | AudioFormatReader | |
touchSample(int64 sample) const noexcept | MemoryMappedAudioFormatReader | |
usesFloatingPointData | AudioFormatReader | |
~AudioFormatReader() | AudioFormatReader | virtual |