-
Notifications
You must be signed in to change notification settings - Fork 518
CoreAudioTypes macOS xcode15.0 b1
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_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h 2023-03-09 23:50:17
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h 2023-05-19 21:48:43
@@ -1419,6 +1419,13 @@
kAudioChannelLayoutTag_CICP_19 = (210U<<16) | 12, ///< L R C LFE Rls Rrs Lss Rss Vhl Vhr Ltr Rtr
kAudioChannelLayoutTag_CICP_20 = (211U<<16) | 14, ///< L R C LFE Rls Rrs Lss Rss Vhl Vhr Ltr Rtr Leos Reos
+ kAudioChannelLayoutTag_Ogg_3_0 = kAudioChannelLayoutTag_AC3_3_0, ///< 3 channels, L C R
+ kAudioChannelLayoutTag_Ogg_4_0 = kAudioChannelLayoutTag_WAVE_4_0_B, ///< 4 channels, L R Rls Rrs
+ kAudioChannelLayoutTag_Ogg_5_0 = (212U<<16) | 5, ///< 5 channels, L C R Rls Rrs
+ kAudioChannelLayoutTag_Ogg_5_1 = (213U<<16) | 6, ///< 6 channels, L C R Rls Rrs LFE
+ 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_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