AWSKinesisVideoArchivedMediaClipFragmentSelector
Objective-C
@interface AWSKinesisVideoArchivedMediaClipFragmentSelector
Swift
class AWSKinesisVideoArchivedMediaClipFragmentSelector
Describes the timestamp range and timestamp origin of a range of fragments.
Fragments that have duplicate producer timestamps are deduplicated. This means that if producers are producing a stream of fragments with producer timestamps that are approximately equal to the true clock time, the clip will contain all of the fragments within the requested timestamp range. If some fragments are ingested within the same time range and very different points in time, only the oldest ingested collection of fragments are returned.
Required parameters: [FragmentSelectorType, TimestampRange]
-
The origin of the timestamps to use (Server or Producer).
Declaration
Objective-C
@property (nonatomic) AWSKinesisVideoArchivedMediaClipFragmentSelectorType fragmentSelectorType;
Swift
var fragmentSelectorType: AWSKinesisVideoArchivedMediaClipFragmentSelectorType { get set }
-
The range of timestamps to return.
Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoArchivedMediaClipTimestampRange *_Nullable timestampRange;
Swift
var timestampRange: AWSKinesisVideoArchivedMediaClipTimestampRange? { get set }