RecorderState public enum RecorderState : Int Enum representing the state of a recording. Closed No file is opened for recording. Declaration Swift case Closed = 0 Paused The recorder is paused. Declaration Swift case Paused = 1 Running The recorder is running. Declaration Swift case Running = 2 © 2022 . All rights reserved. (Last updated: 2022-08-11) Generated by jazzy ♪♫ v0.14.1, a Realm project.