Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AudioToolbox iOS xcode16.2 b2

Rolf Bjarne Kvinge edited this pageNov 22, 2024 ·2 revisions

#AudioToolbox.frameworkhttps://github.com/xamarin/xamarin-macios/pull/21691

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h2024-09-29 05:24:12+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AUComponent.h2024-10-24 09:09:24@@ -798,6 +798,9 @@ deprecated Component Manager. A host application should use the API functions AudioComponentInstantiate or AudioComponentInstanceNew when rebuilding against the macOS 11 or later SDK.+@constantkAudioUnitErr_MultipleVoiceProcessors+On some platforms, this error is returned when a client attempts to initialize+a voice processor instance while another is initialized. */ CF_ENUM(OSStatus) { kAudioUnitErr_InvalidProperty= -10879,@@ -827,7 +830,8 @@ kAudioUnitErr_InvalidParameterValue= -66743, kAudioUnitErr_InvalidFilePath= -66742, kAudioUnitErr_MissingKey= -66741,-kAudioUnitErr_ComponentManagerNotSupported= -66740+kAudioUnitErr_ComponentManagerNotSupported= -66740,+kAudioUnitErr_MultipleVoiceProcessors= -66635 };

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp