Skip to content

CoreAudioTypes iOS xcode15.0 b3

Manuel de la Pena edited this page Aug 14, 2023 · 3 revisions

#CoreAudioTypes.framework https://github.com/xamarin/xamarin-macios/pull/18728

diff -ruN /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
--- /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h	2023-06-10 02:33:32
+++ /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h	2023-06-24 04:55:46
@@ -51,7 +51,9 @@
 
 /*!
     @enum           General Audio error codes
-    @abstract       These are the error codes returned from the APIs found through Core Audio related frameworks.
+    @abstract       These are some of the error codes returned from the APIs found through Core Audio related frameworks.
+    @constant       kAudio_NoError
+                        Returned on success.
     @constant       kAudio_UnimplementedError
                         Unimplemented core routine.
     @constant       kAudio_FileNotFoundError
@@ -70,6 +72,7 @@
 
 CF_ENUM(OSStatus)
 {
+    kAudio_NoError                = 0,
     kAudio_UnimplementedError     = -4,
     kAudio_FileNotFoundError      = -43,
     kAudio_FilePermissionError    = -54,
Clone this wiki locally