Contents

record()

Starts or resumes audio recording.

Declaration

func record() -> Bool

Return Value

true if successful; otherwise, false.

Discussion

Calling this method implicitly calls prepareToRecord(), which creates an audio file and prepares the system for recording.

See Also

Controlling recording