<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureFileOutput/isRecordingPaused",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureFileOutput(py)recordingPaused"
  },
  "title" : "isRecordingPaused"
}
-->

# isRecordingPaused

Indicates whether recording to the current output file is paused.

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

## Discussion

This property indicates recording to the file returned by [`outputFileURL`](/documentation/AVFoundation/AVCaptureFileOutput/outputFileURL) has been previously paused using the [`pauseRecording()`](/documentation/AVFoundation/AVCaptureFileOutput/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()`](/documentation/AVFoundation/AVCaptureFileOutput/resumeRecording()).

## See Also

[`pauseRecording()`](/documentation/AVFoundation/AVCaptureFileOutput/pauseRecording())

Pauses recording to the current output file.

[`stopRecording()`](/documentation/AVFoundation/AVCaptureFileOutput/stopRecording())

Tells the receiver to stop recording to the current file.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)