-
Notifications
You must be signed in to change notification settings - Fork 549
AVFAudio tvOS xcode26.1 b3
Alex Soto edited this page Oct 20, 2025
·
2 revisions
#AVFAudio.framework
diff -ruN /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h /Applications/Xcode_26.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h
--- /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h 2025-09-26 08:03:59
+++ /Applications/Xcode_26.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h 2025-10-11 07:18:28
@@ -250,7 +250,7 @@
deactivation is requested, the session will be deactivated, but the method will return NO and
populate the NSError with the code property set to AVAudioSessionErrorCodeIsBusy to indicate the
misuse of the API. Prior to iOS 8, the session would have remained active if it had running I/Os
- at the time of the deactivation request. Starting in iOS 19.0, deactivating while IO is running will
+ at the time of the deactivation request. Starting in iOS 26.0, deactivating while IO is running will
no longer return AVAudioSessionErrorCodeIsBusy.
*/
- (BOOL)setActive:(BOOL)active error:(NSError **)outError API_AVAILABLE(ios(3.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);