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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp4227 UInt32 bypassValue; local
4228 if(AudioUnitGetProperty(mRogerBeepAU, kAudioUnitProperty_BypassEffect, kAudioUnitScope_Global, 0, &bypassValue, &propSize) == noErr)
4229 mASARogerBeepOn = bypassValue ? 0 : 1;
4272 UInt32 bypassValue = mASARogerBeepOn ? 0 : 1; local
4273 AudioUnitSetProperty(mRogerBeepAU, kAudioUnitProperty_BypassEffect, kAudioUnitScope_Global, 0, &bypassValue, sizeof(UInt32));
4436 UInt32 bypassValue; local
4437 if(AudioUnitGetProperty(mDistortionAU, kAudioUnitProperty_BypassEffect, kAudioUnitScope_Global, 0, &bypassValue, &propSize) == noErr)
4438 mASADistortionOn = bypassValue ? 0 : 1;
4483 UInt32 bypassValue = mASADistortionOn ? 0 : 1; local
4485 AudioUnitSetProperty(mDistortionAU, kAudioUnitProperty_BypassEffect, kAudioUnitScope_Global, 0, &bypassValue, sizeo
[all...]

Completed in 123 milliseconds