Skip to content

VideoToolbox macOS xcode16.3 b3

Rolf Bjarne Kvinge edited this page Mar 18, 2025 · 2 revisions

#VideoToolbox.framework

diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_FrameRateConversion.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_FrameRateConversion.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_FrameRateConversion.h	2025-02-22 12:57:34
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_FrameRateConversion.h	2025-03-13 05:29:43
@@ -75,7 +75,7 @@
 
  @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.
 
- @param qualityPrioritization Used to control quality and performance levels. See VEFrameRateConversionConfigurationQualityPrioritization for more info.
+ @param qualityPrioritization Used to control quality and performance levels. See VTFrameRateConversionConfigurationQualityPrioritization for more info.
  
  @param revision The specific algorithm or configuration revision that is to be used to perform the request.
  
diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_MotionBlur.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_MotionBlur.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_MotionBlur.h	2025-02-22 12:57:34
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_MotionBlur.h	2025-03-13 05:29:43
@@ -71,7 +71,7 @@
 
  @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.
 
- @param qualityPrioritization Used to control quality and performance levels. See VEMotionBlurConfigurationQualityPrioritization for more info.
+ @param qualityPrioritization Used to control quality and performance levels. See VTMotionBlurConfigurationQualityPrioritization for more info.
  
  @param revision The specific algorithm or configuration revision that is to be used to perform the request.
  
@@ -105,7 +105,7 @@
 
 /**
  * @property qualityPrioritization
- * @abstract parameter used to control quality and performance levels. See VEMotionBlurConfigurationQualityPrioritization for more info.
+ * @abstract parameter used to control quality and performance levels. See VTMotionBlurConfigurationQualityPrioritization for more info.
 */
 @property (nonatomic, readonly) VTMotionBlurConfigurationQualityPrioritization qualityPrioritization;
 
diff -ruN /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_OpticalFlow.h /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_OpticalFlow.h
--- /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_OpticalFlow.h	2025-02-22 12:57:34
+++ /Applications/Xcode_16.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Headers/VTFrameProcessor_OpticalFlow.h	2025-03-13 05:29:43
@@ -72,7 +72,7 @@
 
  @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.
 
- @param qualityPrioritization Used to control quality and performance levels. See VEOpticalFlowConfigurationQualityPrioritization for more info.
+ @param qualityPrioritization Used to control quality and performance levels. See VTOpticalFlowConfigurationQualityPrioritization for more info.
  
  @param revision The specific algorithm or configuration revision that is to be used to perform the request.
  
@@ -99,7 +99,7 @@
 
 /**
  * @property qualityPrioritization
- * @abstract parameter used to control quality and performance levels. See VEOpticalFlowConfigurationQualityPrioritization for more info.
+ * @abstract parameter used to control quality and performance levels. See VTOpticalFlowConfigurationQualityPrioritization for more info.
 */
 @property (nonatomic, readonly) VTOpticalFlowConfigurationQualityPrioritization qualityPrioritization;
 

Clone this wiki locally