API Differences in ScreenCaptureKit in macOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in ScreenCaptureKit in the macOS 26.0 SDK.

Table of Contents

Functions & Methods

SCScreenshotManager
+ (void)captureScreenshotWithFilter:(nonnull SCContentFilter *)contentFilter configuration:(nonnull SCScreenshotConfiguration *)config completionHandler:(nullable void (^)(SCScreenshotOutput * _Nullable, NSError * _Nullable))completionHandler;
SCScreenshotManager
+ (void)captureScreenshotWithRect:(CGRect)rect configuration:(nonnull SCScreenshotConfiguration *)config completionHandler:(nullable void (^)(SCScreenshotOutput * _Nullable, NSError * _Nullable))completionHandler;