---
title: isRecordingPaused
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturefileoutput/isrecordingpaused
---

# isRecordingPaused

Indicates whether recording to the current output file is paused.

## Declaration

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

## Discussion

Discussion This property indicates recording to the file returned by outputFileURL has been previously paused using the pauseRecording() method. When a recording is paused, captured samples are not written to the output file, but new samples can be written to the same file in the future by calling resumeRecording().

## See Also

### Related Documentation

- [pauseRecording()](avfoundation/avcapturefileoutput/pauserecording().md)
- [stopRecording()](avfoundation/avcapturefileoutput/stoprecording().md)

### Setting file output properties

- [delegate](avfoundation/avcapturefileoutput/delegate.md)
- [maxRecordedDuration](avfoundation/avcapturefileoutput/maxrecordedduration.md)
- [maxRecordedFileSize](avfoundation/avcapturefileoutput/maxrecordedfilesize.md)
- [minFreeDiskSpaceLimit](avfoundation/avcapturefileoutput/minfreediskspacelimit.md)
- [outputFileURL](avfoundation/avcapturefileoutput/outputfileurl.md)
- [recordedDuration](avfoundation/avcapturefileoutput/recordedduration.md)
- [recordedFileSize](avfoundation/avcapturefileoutput/recordedfilesize.md)
- [isRecording](avfoundation/avcapturefileoutput/isrecording.md)
