-
Notifications
You must be signed in to change notification settings - Fork 549
AVFoundation tvOS xcode26.0 b5
Alex Soto edited this page Aug 5, 2025
·
2 revisions
#AVFoundation.framework
diff -ruN /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes
--- /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes 2025-07-17 01:15:03
+++ /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes 2025-07-30 00:11:29
@@ -1344,11 +1344,11 @@
- Name: AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification
SwiftName: AVPlayerInterstitialEventMonitor.assetListResponseStatusDidChangeNotification
- Name: AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey
- SwiftName: AVPlayerInterstitialEventMonitor.assetListResponeStatusDidChangeEventKey
+ SwiftName: AVPlayerInterstitialEventMonitor.assetListResponseStatusDidChangeEventKey
- Name: AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeStatusKey
- SwiftName: AVPlayerInterstitialEventMonitor.assetListResponeStatusDidChangeStatusKey
+ SwiftName: AVPlayerInterstitialEventMonitor.assetListResponseStatusDidChangeStatusKey
- Name: AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey
- SwiftName: AVPlayerInterstitialEventMonitor.assetListResponeStatusDidChangeErrorKey
+ SwiftName: AVPlayerInterstitialEventMonitor.assetListResponseStatusDidChangeErrorKey
- Name: AVPlayerInterstitialEventMonitorCurrentEventSkippableStateDidChangeNotification
SwiftName: AVPlayerInterstitialEventMonitor.currentEventSkippableStateDidChangeNotification
- Name: AVPlayerInterstitialEventMonitorCurrentEventSkippableStateDidChangeEventKey
diff -ruN /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoComposition.h /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoComposition.h
--- /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoComposition.h 2025-07-17 00:27:52
+++ /Applications/Xcode_26.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoComposition.h 2025-07-30 00:12:29
@@ -371,7 +371,6 @@
/// List of all track IDs for tracks from which sample data should be presented to the compositor at any point in the overall composition. Currently only tracks of type kCMMediaType_Metadata are allowed to be specified.
@property (nonatomic, copy) NSArray<NSNumber *> *sourceSampleDataTrackIDs API_AVAILABLE(macos(12.0), ios(15.0), tvos(15.0), visionos(1.0)) API_UNAVAILABLE(watchos);
-// TODO: convert to SPI when clients are no longer using this!
/// The output buffers of the video composition can be specified with the outputBufferDescription. The value is an array of CMTagCollectionRef objects that describes the output buffers.
///
/// If the video composition will output tagged buffers, the details of those buffers should be specified with CMTags. Specifically, the StereoView (eyes) and ProjectionKind must be specified. The behavior is undefined if the output tagged buffers do not match the outputBufferDescription.