RSDRecorderConfiguration
public protocol RSDRecorderConfiguration : RSDAsyncActionConfiguration
RSDRecorderConfiguration is used to configure a recorder. For example, recording accelerometer data
or video.
-
An identifier marking the step at which to stop the action. If
nil, then the action will be stopped when the task is stopped.Declaration
Swift
var stopStepIdentifier: String? -
Whether or not the recorder requires background audio.
Declaration
Swift
var requiresBackgroundAudio: Bool
View on GitHub
RSDRecorderConfiguration Protocol Reference