IOScreenCaptureUnit

public protocol IOScreenCaptureUnit : Running

The interface that provides methods to screen capture.

  • Specifies the CVPixelBufferPool’s attributes.

    Declaration

    Swift

    var attributes: [NSString : NSObject] { get }
  • Specifies the delegate.

    Declaration

    Swift

    var delegate: (any IOScreenCaptureUnitDelegate)? { get set }