AWSKinesisVideoLastRecorderStatus

Objective-C

@interface AWSKinesisVideoLastRecorderStatus

Swift

class AWSKinesisVideoLastRecorderStatus

The latest status of a stream’s edge recording job.

  • A description of a recorder job’s latest status.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable jobStatusDetails;

    Swift

    var jobStatusDetails: String? { get set }
  • The timestamp at which the recorder job was last executed and media stored to local disk.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastCollectedTime;

    Swift

    var lastCollectedTime: Date? { get set }
  • The timestamp at which the recorder status was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdatedTime;

    Swift

    var lastUpdatedTime: Date? { get set }
  • The status of the latest recorder job.

    Declaration

    Objective-C

    @property (nonatomic) AWSKinesisVideoRecorderStatus recorderStatus;

    Swift

    var recorderStatus: AWSKinesisVideoRecorderStatus { get set }