Indicates whether recording to the current output file is paused.
SDK
- macOS 10.7+
Framework
- AVFoundation
Declaration
var isRecordingPaused: Bool { get }
Discussion
This property indicates recording to the file returned by output
has been previously paused using the pause
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 resume
.