-
Notifications
You must be signed in to change notification settings - Fork 549
AVFAudio macOS xcode16.3 b3
Rolf Bjarne Kvinge edited this page Mar 18, 2025
·
2 revisions
#AVFAudio.framework
diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h 2025-02-21 18:33:46
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h 2025-03-02 01:25:44
@@ -37,7 +37,8 @@
- (nullable instancetype)initWithLayoutTag:(AudioChannelLayoutTag)layoutTag;
/*! @method initWithLayout:
- @abstract Initialize from an AudioChannelLayout.
+ @abstract
+ Initialize from an AudioChannelLayout.
@param layout
The AudioChannelLayout.
@discussion