|
| | AiffAudioFormatReader (InputStream *in) |
| bool | readSamples (int **destSamples, int numDestChannels, int startOffsetInDestBuffer, int64 startSampleInFile, int numSamples) override |
| virtual | ~AudioFormatReader () |
| const String & | getFormatName () const noexcept |
| bool | read (float *const *destChannels, int numDestChannels, int64 startSampleInSource, int numSamplesToRead) |
| bool | read (int *const *destChannels, int numDestChannels, int64 startSampleInSource, int numSamplesToRead, bool fillLeftoverChannelsWithCopies) |
| bool | read (AudioBuffer< float > *buffer, int startSampleInDestBuffer, int numSamples, int64 readerStartSample, bool useReaderLeftChan, bool useReaderRightChan) |
| virtual void | readMaxLevels (int64 startSample, int64 numSamples, Range< float > *results, int numChannelsToRead) |
| virtual void | readMaxLevels (int64 startSample, int64 numSamples, float &lowestLeft, float &highestLeft, float &lowestRight, float &highestRight) |
| int64 | searchForLevel (int64 startSample, int64 numSamplesToSearch, double magnitudeRangeMinimum, double magnitudeRangeMaximum, int minimumConsecutiveSamples) |
| virtual AudioChannelSet | getChannelLayout () |
◆ AiffAudioFormatReader()
| juce::AiffAudioFormatReader::AiffAudioFormatReader |
( |
InputStream * | in | ) |
|
|
inline |
◆ copySampleData()
template<typename Endianness>
| void juce::AiffAudioFormatReader::copySampleData |
( |
unsigned int | numBitsPerSample, |
|
|
bool | floatingPointData, |
|
|
int *const * | destSamples, |
|
|
int | startOffsetInDestBuffer, |
|
|
int | numDestChannels, |
|
|
const void * | sourceData, |
|
|
int | numberOfChannels, |
|
|
int | numSamples ) |
|
inlinestaticnoexcept |
◆ readSamples()
| bool juce::AiffAudioFormatReader::readSamples |
( |
int ** | destChannels, |
|
|
int | numDestChannels, |
|
|
int | startOffsetInDestBuffer, |
|
|
int64 | startSampleInFile, |
|
|
int | numSamples ) |
|
inlineoverridevirtual |
Subclasses must implement this method to perform the low-level read operation.
Callers should use read() instead of calling this directly.
- Parameters
-
| destChannels | the array of destination buffers to fill. Some of these pointers may be null |
| numDestChannels | the number of items in the destChannels array. This value is guaranteed not to be greater than the number of channels that this reader object contains |
| startOffsetInDestBuffer | the number of samples from the start of the dest data at which to begin writing |
| startSampleInFile | the number of samples into the source data at which to begin reading. This value is guaranteed to be >= 0. |
| numSamples | the number of samples to read |
Implements juce::AudioFormatReader.
◆ bytesPerFrame
| int juce::AiffAudioFormatReader::bytesPerFrame |
◆ dataChunkStart
| int64 juce::AiffAudioFormatReader::dataChunkStart |
◆ littleEndian
| bool juce::AiffAudioFormatReader::littleEndian |
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_audio_formats/codecs/juce_AiffAudioFormat.cpp