Skip to content

ImageIO tvOS xcode13.0 rc

Manuel de la Pena edited this page Sep 20, 2021 · 2 revisions

#ImageIO.framework ##mandel

diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h	2021-08-07 08:51:46.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h	2021-08-25 13:17:55.000000000 -0400
@@ -41,19 +41,19 @@
 
 typedef void (^CGImageSourceAnimationBlock)(size_t index, CGImageRef image, bool* stop);
 
-/* Animate the sequence of images contained in the file at `url'. Currently supported image
+/** Animate the sequence of images contained in the file at `url'. Currently supported image
  * formats are GIF and APNG. The `options' dictionary may be used to request additional playback
  * options; see the list of keys above for more information. The block is called on the main queue
  * at time intervals specified by the `delay time' of the image. The animation can be stopped by
- * setting the boolean parameter of the block to false.
+ * setting the boolean parameter of the block to true.
  */
 IMAGEIO_EXTERN OSStatus CGAnimateImageAtURLWithBlock(CFURLRef url, CFDictionaryRef _iio_Nullable options, CGImageSourceAnimationBlock block) IMAGEIO_AVAILABLE_STARTING(10.15, 13.0);
 
-/* Animate the sequence of images contained in `data'. Currently supported image
+/** Animate the sequence of images contained in `data'. Currently supported image
  * formats are GIF and APNG. The `options' dictionary may be used to request additional playback
  * options; see the list of keys above for more information. The block is called on the main queue
  * at time intervals specified by the `delay time' of the image. The animation can be stopped by
- * setting the boolean parameter of the block to false.
+ * setting the boolean parameter of the block to true.
  */
 IMAGEIO_EXTERN OSStatus CGAnimateImageDataWithBlock(CFDataRef data, CFDictionaryRef _iio_Nullable options, CGImageSourceAnimationBlock block) IMAGEIO_AVAILABLE_STARTING(10.15, 13.0);
 
Clone this wiki locally