AWSKinesisVideoArchivedMediaTimestampRange

Objective-C

@interface AWSKinesisVideoArchivedMediaTimestampRange

Swift

class AWSKinesisVideoArchivedMediaTimestampRange

The range of timestamps for which to return fragments.

Required parameters: [StartTimestamp, EndTimestamp]

  • The ending timestamp in the range of timestamps for which to return fragments.

    Declaration

    Objective-C

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

    Swift

    var endTimestamp: Date? { get set }
  • The starting timestamp in the range of timestamps for which to return fragments.

    Declaration

    Objective-C

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

    Swift

    var startTimestamp: Date? { get set }