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 *backgroundColor
Swift
var backgroundColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *textColor
Swift
var textColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIFont *textFont
Swift
var textFont: UIFont { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) NSString *dateTimeFormat
Swift
var dateTimeFormat: String { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) NSString *timezoneName
Swift
var timezoneName: String { get set }