-
Notifications
You must be signed in to change notification settings - Fork 549
AVFAudio tvOS 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/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h 2025-02-22 05:25:46
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h 2025-03-04 08:30:22
@@ -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