JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
AudioSubsectionReader Member List
This is the complete list of members for AudioSubsectionReader, including all inherited members.
AudioFormatReader(InputStream *sourceStream, const String &formatName)AudioFormatReader [protected]
AudioSubsectionReader(AudioFormatReader *sourceReader, int64 subsectionStartSample, int64 subsectionLength, bool deleteSourceWhenDeleted)AudioSubsectionReader
bitsPerSampleAudioFormatReader
getFormatName() const noexceptAudioFormatReader
inputAudioFormatReader
lengthInSamplesAudioFormatReader
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, float &lowestLeft, float &highestLeft, float &lowestRight, float &highestRight)AudioSubsectionReader [virtual]
readSamples(int **destSamples, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int numSamples)AudioSubsectionReader [virtual]
sampleRateAudioFormatReader
searchForLevel(int64 startSample, int64 numSamplesToSearch, double magnitudeRangeMinimum, double magnitudeRangeMaximum, int minimumConsecutiveSamples)AudioFormatReader
usesFloatingPointDataAudioFormatReader
~AudioFormatReader()AudioFormatReader [virtual]
~AudioSubsectionReader()AudioSubsectionReader