LookbackRecordingOptions.h

Includes:
<Foundation/Foundation.h>

Introduction

All the customizations you can do to how LookbackRecorder performs its recordings.

Customize default options, or create a new instance and use special options only for a specific recording.



Classes

LookbackDefaultRecordingOptions
LookbackRecordingOptions


Typedefs

NS_ENUM
NS_ENUM

NS_ENUM


typedef NS_ENUM(NSInteger, LookbackTimeoutOption) { 
    LookbackTimeoutImmediately = 0, LookbackTimeoutAfter1Minutes = 
    60, LookbackTimeoutAfter3Minutes = 180, LookbackTimeoutAfter5Minutes = 
    300, LookbackTimeoutAfter15Minutes = 900, LookbackTimeoutAfter30Minutes = 
    1800, LookbackTimeoutNever = NSIntegerMax, 
};  
Discussion

Explicit values used for the timeout config option.

See


NS_ENUM


typedef NS_ENUM(NSInteger, LookbackAfterRecordingOption) { 
    LookbackAfterRecordingReview = 0, LookbackAfterRecordingUpload, 
    LookbackAfterTimeoutUploadAndStartNewRecording, 
};  
Discussion

Post-recording behaviors to specify in the afterRecording option.

See