-
Notifications
You must be signed in to change notification settings - Fork 543
VideoToolbox iOS xcode26.0 b2
Alex Soto edited this page Jun 24, 2025
·
1 revision
#VideoToolbox.framework
diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_SuperResolutionScaler.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_SuperResolutionScaler.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_SuperResolutionScaler.h 2025-05-31 00:15:19
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_SuperResolutionScaler.h 2025-06-14 02:41:56
@@ -87,8 +87,8 @@
/*!
@abstract Creates a new VTSuperResolutionScalerConfiguration with specified flow width and height.
@discussion init will return nil if dimensions are out of range or revision is unsupported.
- @param frameWidth Width of source frame in pixels. Maximum value is 8192 for macOS, and 4096 for iOS.
- @param frameHeight Height of source frame in pixels. Maximum value is 4320 for macOS, and 2160 for iOS.
+ @param frameWidth Width of source frame in pixels. With VTSuperResolutionScalerConfigurationInputTypeVideo, maximum width is 1920 on macOS and 1440 on iOS. With VTSuperResolutionScalerConfigurationInputTypeImage, maximum width is 1920.
+ @param frameHeight Height of source frame in pixels. With VTSuperResolutionScalerConfigurationInputTypeVideo, maximum height is 1080. With VTSuperResolutionScalerConfigurationInputTypeImage, maximum height is 1920.
@param scaleFactor Indicates the scale factor between input and output.
@param inputType Indicates the type of input (video / image ).
@param usePrecomputedFlow Boolean value to indicate that Optical Flow will be provided by the user, if false this configuration will compute the optical flow on the fly.