-
Notifications
You must be signed in to change notification settings - Fork 518
CoreAudioTypes iOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Aug 13, 2024
·
3 revisions
#CoreAudioTypes.framework https://github.com/xamarin/xamarin-macios/pull/21019
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h 2024-04-16 04:48:51
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h 2024-05-30 04:50:12
@@ -1429,6 +1429,11 @@
kAudioChannelLayoutTag_Ogg_6_1 = (214U<<16) | 7, ///< 7 channels, L C R Ls Rs Cs LFE
kAudioChannelLayoutTag_Ogg_7_1 = (215U<<16) | 8, ///< 8 channels, L C R Ls Rs Rls Rrs LFE
+ kAudioChannelLayoutTag_MPEG_5_0_E = (216U<<16) | 5, ///< 5 channels, L R Rls Rrs C
+ kAudioChannelLayoutTag_MPEG_5_1_E = (217U<<16) | 6, ///< 6 channels, L R Rls Rrs C LFE
+ kAudioChannelLayoutTag_MPEG_6_1_B = (218U<<16) | 7, ///< 7 channels, L R Ls Rs C Cs LFE
+ kAudioChannelLayoutTag_MPEG_7_1_D = (219U<<16) | 8, ///< 8 channels, L R Rls Rrs Ls Rs C LFE
+
kAudioChannelLayoutTag_BeginReserved = 0xF0000000, ///< Channel layout tag values in this range are reserved for internal use
kAudioChannelLayoutTag_EndReserved = 0xFFFEFFFF,
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status