RSDRestartableRecorderConfiguration

public protocol RSDRestartableRecorderConfiguration : RSDRecorderConfiguration

Extends RSDRecorderConfiguration for a recorder that might be restarted.

  • Should the file used in a previous run of a recording be deleted?

    Declaration

    Swift

    var shouldDeletePrevious: Bool { get }