---
title: isCapturing
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/scstream/iscapturing
---

# isCapturing

## Declaration

```swift
var isCapturing: Bool { get }
```

## Discussion

Discussion Indicates whether this stream is currently capturing screen content Returns YES if the stream has been started and is actively capturing, NO otherwise.
