PlanetKitScreenCapturableResult

@objc
public class PlanetKitScreenCapturableResult : NSObject

A class representing the result of a screen capture operation in PlanetKit.

  • The rectangle representing the captured screen area.

    Declaration

    Swift

    @objc
    public let rect: CGRect
  • The pixel buffer containing the captured screen data.

    Declaration

    Swift

    @objc
    public let buffer: CVPixelBuffer?