OpenShot Library | OpenShotAudio  0.2.1
juce::dsp::ConvolutionEngine::ProcessingInformation Struct Reference

Public Types

enum  SourceType { sourceBinaryData, sourceAudioFile, sourceAudioBuffer, sourceNone }
 

Public Attributes

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
 

Detailed Description

Definition at line 40 of file juce_Convolution.cpp.


The documentation for this struct was generated from the following file: