Searched refs:distortionType (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp4444 AUPreset distortionType; local
4445 propSize = sizeof(distortionType);
4446 if(AudioUnitGetProperty(mDistortionAU, kAudioUnitProperty_PresentPreset, kAudioUnitScope_Global, 0, &distortionType, &propSize) == noErr)
4448 if(distortionType.presetName) CFRelease(distortionType.presetName);
4449 mASADistortionType = distortionType.presetNumber;
4534 AUPreset distortionType; local
4535 distortionType.presetNumber = mASADistortionType;
4536 distortionType.presetName = NULL;
4538 AudioUnitSetProperty(mDistortionAU, kAudioUnitProperty_PresentPreset, kAudioUnitScope_Global, 0, &distortionType, sizeo
[all...]

Completed in 191 milliseconds