-
Notifications
You must be signed in to change notification settings - Fork 522
CoreMedia iOS xcode16.0 b4
Alex Soto edited this page Aug 7, 2024
·
3 revisions
#CoreMedia.framework
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMSampleBuffer.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMSampleBuffer.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMSampleBuffer.h 2024-06-28 15:45:38
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMSampleBuffer.h 2024-07-12 08:21:22
@@ -1894,7 +1894,7 @@
@discussion This attachment is used to pass sequence and frame level metadata from a format reader to a decoder or RAW processor. It should be a CFDictionary that conforms to CFPropertyList.
*/
CM_EXPORT const CFStringRef kCMSampleAttachmentKey_PostDecodeProcessingMetadata // CFDictionary
- API_AVAILABLE(macosx(10.15)) API_UNAVAILABLE(ios, watchos, tvos, visionos);
+ API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, watchos, tvos, visionos);
CM_ASSUME_NONNULL_END