mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
iOSAudioDevice: Removed MaximumFramesPerSlice property listener
This commit is contained in:
parent
db614c82ad
commit
b77793785d
1 changed files with 0 additions and 5 deletions
|
|
@ -638,10 +638,6 @@ struct iOSAudioIODevice::Pimpl : public AudioPlayHead,
|
|||
if (scope == kAudioUnitScope_Output && element == 0)
|
||||
handleStreamFormatChange();
|
||||
|
||||
return;
|
||||
case kAudioUnitProperty_MaximumFramesPerSlice:
|
||||
JUCE_IOS_AUDIO_LOG ("buffer size change");
|
||||
triggerAsyncUpdate();
|
||||
return;
|
||||
default:
|
||||
jassertfalse;
|
||||
|
|
@ -902,7 +898,6 @@ struct iOSAudioIODevice::Pimpl : public AudioPlayHead,
|
|||
}
|
||||
|
||||
AudioUnitAddPropertyListener (audioUnit, kAudioUnitProperty_StreamFormat, dispatchAudioUnitPropertyChange, this);
|
||||
AudioUnitAddPropertyListener (audioUnit, kAudioUnitProperty_MaximumFramesPerSlice, dispatchAudioUnitPropertyChange, this);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue