AWSKinesisVideoUploaderConfig
Objective-C
@interface AWSKinesisVideoUploaderConfig
Swift
class AWSKinesisVideoUploaderConfig
The configuration that consists of the ScheduleExpression and the DurationInMinutes details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleConfig is not provided in the UploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).
Required parameters: [ScheduleConfig]
-
The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If theScheduleConfigis not provided in thisUploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoScheduleConfig *_Nullable scheduleConfig;Swift
var scheduleConfig: AWSKinesisVideoScheduleConfig? { get set }
View on GitHub
Install in Dash
AWSKinesisVideoUploaderConfig Class Reference