PSPDFSoundAnnotationState
Objective-C
enum PSPDFSoundAnnotationState {}
Swift
@frozen enum State : Int
Sound annotation recording and playback states.
-
Stopped state.
Declaration
Objective-C
PSPDFSoundAnnotationStateStopped = 0
Swift
case stopped = 0
-
Recording state.
Declaration
Objective-C
PSPDFSoundAnnotationStateRecording
Swift
case recording = 1
-
Recording paused state.
Declaration
Objective-C
PSPDFSoundAnnotationStateRecordingPaused
Swift
case recordingPaused = 2
-
Recording finished state.
Declaration
Objective-C
PSPDFSoundAnnotationStateRecordingFinished
Swift
case recordingFinished = 3
-
Playing state.
Declaration
Objective-C
PSPDFSoundAnnotationStatePlaying
Swift
case playing = 4
-
Playing paused state.
Declaration
Objective-C
PSPDFSoundAnnotationStatePlaybackPaused
Swift
case playbackPaused = 5