Skip to content

ScreenCaptureKit macOS xcode15.3 b3

Alex Soto edited this page Feb 13, 2024 · 1 revision

#ScreenCaptureKit.framework

diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCStream.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCStream.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCStream.h	2024-01-27 20:44:08
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenCaptureKit.framework/Headers/SCStream.h	2024-02-06 10:14:06
@@ -461,6 +461,13 @@
 - (void)stream:(SCStream *)stream didStopWithError:(NSError *)error;
 
 /*!
+ @abstract userDidStopStream:
+ @param stream the SCStream object
+ @discussion notifies the delegate that the stream was stopped by the user from the control center module
+ */
+- (void)userDidStopStream:(SCStream *)stream NS_SWIFT_NAME(userDidStopStream(_:)) API_AVAILABLE(macos(14.4));
+
+/*!
  @abstract outputVideoEffectDidStartForStream:
  @param stream the SCStream object
  @discussion notifies the delegate that the stream's overlay video effect has started.
Clone this wiki locally