Lookback Deprecated API

Includes:
<Foundation/Foundation.h>

Introduction

The use of these interfaces is discourages and will be removed in a future version of Lookback.



Groups

Compatibility macros

For compatibility with old code using Lookback under the miscapitalized or misprefixed names.

Group members:


Constants

LookbackAfterRecordingOptionSettingsKey
LookbackAudioEnabledSettingsKey
LookbackAutomaticallyLogViewAppearance
LookbackCameraEnabledSettingsKey
LookbackRecordingTimeoutSettingsKey
LookbackScreenRecorderFramerateLimitKey
LookbackShowPreviewSettingsKey

LookbackAfterRecordingOptionSettingsKey


static NSString *const LookbackAfterRecordingOptionSettingsKey = 
@"io.lookback.recording.afterTimeoutOption";  

See

afterRecording]


LookbackAudioEnabledSettingsKey


static NSString *const LookbackAudioEnabledSettingsKey = @"com.thirdcog.lookback.audio.enabled";  

See

microphoneEnabled]


LookbackAutomaticallyLogViewAppearance


LOOKBACK_DEPRECATED_ATTRIBUTE static NSString *const LookbackAutomaticallyLogViewAppearance = 
@"GFio.lookback.autologViews";  

See

automaticallyRecordViewControllerNames]


LookbackCameraEnabledSettingsKey


static NSString *const LookbackCameraEnabledSettingsKey = @"com.thirdcog.lookback.camera.enabled";  

See

afterRecording]


LookbackRecordingTimeoutSettingsKey


static NSString *const LookbackRecordingTimeoutSettingsKey = 
@"io.lookback.recording.timeoutDuration";  

See

timeout]


LookbackScreenRecorderFramerateLimitKey


LOOKBACK_DEPRECATED_ATTRIBUTE static NSString *const LookbackScreenRecorderFramerateLimitKey = 
@"com.thirdcog.lookback.screenrecorder.fpsLimit";  

See

framerateLimit]


LookbackShowPreviewSettingsKey


static NSString *const LookbackShowPreviewSettingsKey = @"com.thirdcog.lookback.preview.enabled";  

See

showCameraPreviewWhileRecording]


Typedefs

NS_ENUM

NS_ENUM


DEPRECATED_ATTRIBUTE typedef NS_ENUM(NSInteger, LookbackAfterTimeoutOption) { 
    LookbackAfterTimeoutReview = 0, LookbackAfterTimeoutUpload, 
};  

See

LookbackAfterRecordingOption