API Differences in ScreenCaptureKit in macOS 15.2

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in ScreenCaptureKit in the macOS 15.2 SDK.

Table of Contents

Functions & Methods

SCStreamDelegate
- (void)streamDidBecomeActive:(nonnull SCStream *)stream;
SCStreamDelegate
- (void)streamDidBecomeInactive:(nonnull SCStream *)stream;
SCScreenshotManager
+ (void)captureImageInRect:(CGRect)rect completionHandler:(nullable void (^)(CGImageRef _Nullable, NSError * _Nullable))completionHandler;

Properties & Constants

SCContentFilter
@property(nonatomic, readonly, nonnull) NSArray<SCDisplay *> *includedDisplays;
SCContentFilter
@property(nonatomic, readonly, nonnull) NSArray<SCRunningApplication *> *includedApplications;
SCContentFilter
@property(nonatomic, readonly, nonnull) NSArray<SCWindow *> *includedWindows;