RGLRecordingTimestampConfig
Objective-C
@interface RGLRecordingTimestampConfig : NSObject
@property(nonatomic, assign) RGLRecordingTimestampPosition position;
@property(nonatomic, strong) UIColor *backgroundColor;
@property(nonatomic, strong) UIColor *textColor;
@property(nonatomic, strong) UIFont *textFont;
@property(nonatomic, strong) NSString *dateTimeFormat;
@property(nonatomic, strong) NSString *timezoneName;
@end
Swift
class RGLRecordingTimestampConfig : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) RGLRecordingTimestampPosition position -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *backgroundColorSwift
var backgroundColor: UIColor { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *textColorSwift
var textColor: UIColor { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIFont *textFontSwift
var textFont: UIFont { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) NSString *dateTimeFormatSwift
var dateTimeFormat: String { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) NSString *timezoneNameSwift
var timezoneName: String { get set }