AWSKinesisVideoArchivedMediaFragment
Objective-C
@interface AWSKinesisVideoArchivedMediaFragment
Swift
class AWSKinesisVideoArchivedMediaFragment
Represents a segment of video or other time-delimited data.
-
The playback duration or other time value associated with the fragment.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fragmentLengthInMilliseconds;
Swift
var fragmentLengthInMilliseconds: NSNumber? { get set }
-
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fragmentNumber;
Swift
var fragmentNumber: String? { get set }
-
The total fragment size, including information about the fragment and contained media data.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fragmentSizeInBytes;
Swift
var fragmentSizeInBytes: NSNumber? { get set }
-
The timestamp from the producer corresponding to the fragment.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable producerTimestamp;
Swift
var producerTimestamp: Date? { get set }
-
The timestamp from the Amazon Web Services server corresponding to the fragment.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable serverTimestamp;
Swift
var serverTimestamp: Date? { get set }