|
enum class | SourceType { sourceBinaryData
, sourceAudioFile
, sourceAudioBuffer
, sourceNone
} |
|
|
SourceType | sourceType = SourceType::sourceNone |
|
const void * | sourceData |
|
int | sourceDataSize |
|
File | fileImpulseResponse |
|
double | originalSampleRate |
|
int | originalSize = 0 |
|
int | originalNumChannels = 1 |
|
AudioBuffer< float > * | buffer |
|
bool | wantsStereo = true |
|
bool | wantsTrimming = true |
|
bool | wantsNormalisation = true |
|
int64 | wantedSize = 0 |
|
int | finalSize = 0 |
|
double | sampleRate = 0 |
|
size_t | maximumBufferSize = 0 |
|
Definition at line 40 of file juce_Convolution.cpp.
The documentation for this struct was generated from the following file: