Skip to content

AVKit iOS xcode14.0 beta3

TJ Lambert edited this page Aug 30, 2022 · 3 revisions

#AVKit.framework https://github.com/xamarin/xamarin-macios/pull/15811

diff -ruN /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerItem+AVKitAdditions.h /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerItem+AVKitAdditions.h
--- /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerItem+AVKitAdditions.h	2022-06-17 14:28:34.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerItem+AVKitAdditions.h	2022-06-30 21:09:45.000000000 -0500
@@ -12,6 +12,9 @@
 @class AVMetadataItem;
 @class AVInterstitialTimeRange;
 
+
+// MARK: -
+
 NS_ASSUME_NONNULL_BEGIN
 
 @interface AVPlayerItem (AVKitAdditions)
@@ -19,7 +22,11 @@
 /*!
  	@property 	externalMetadata
  	@abstract 	Supplements metadata contained in the asset.
- 	@discussion AVPlayerViewController will publish this metadata as now playing info when AVPlayerViewController.updatesNowPlayingInfoCenter is YES.
+ 	@discussion AVPlayerViewController will publish this metadata as now playing info when AVPlayerViewController.updatesNowPlayingInfoCenter is YES. In addition, some metadata items will be displayed in the AVPlayerViewController UI.
+ 
+ 				- AVMetadataCommonIdentifierTitle
+				- AVMetadataIdentifieriTunesMetadataTrackSubTitle
+ 				- AVMetadataCommonIdentifierDescription
  */
 @property (nonatomic, copy) NSArray<AVMetadataItem *> *externalMetadata API_AVAILABLE(ios(12.2));
 
Clone this wiki locally