Skip to content

AVRouting tvOS xcode27.0 b1

Alex Soto edited this page Jun 9, 2026 · 1 revision

#AVRouting.framework

diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVRouting.framework/Headers/AVRoutingPlaybackArbiter.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVRouting.framework/Headers/AVRoutingPlaybackArbiter.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVRouting.framework/Headers/AVRoutingPlaybackArbiter.h	2026-04-18 19:11:20
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVRouting.framework/Headers/AVRoutingPlaybackArbiter.h	2026-05-23 02:27:28
@@ -33,7 +33,7 @@
  By default, this value is `nil`. When the current preferred participant finishes, the system sets this value to `nil`. If this value is `nil`, the arbiter doesn't impose any priority on the participants, and the participant that's unmuted is based on the existing selection mechanism.
  */
 
-@property (nonatomic, weak, nullable) id<AVRoutingPlaybackParticipant> preferredParticipantForNonMixableAudioRoutes API_AVAILABLE(tvos(26.0)) API_UNAVAILABLE(ios, watchos, visionos, macos);
+@property (nonatomic, weak, nullable) id<AVRoutingPlaybackParticipant> preferredParticipantForNonMixableAudioRoutes API_AVAILABLE(ios(27.0), tvos(26.0)) API_UNAVAILABLE(watchos, visionos, macos);
 
 /**
  The participant that has priority to play on external playback interfaces.

Clone this wiki locally