Fragment
public struct Fragment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The playback duration or other time value associated with the fragment.
Declaration
Swift
public let fragmentLengthInMilliseconds: Int64?
-
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
Declaration
Swift
public let fragmentNumber: String?
-
The total fragment size, including information about the fragment and contained media data.
Declaration
Swift
public let fragmentSizeInBytes: Int64?
-
The timestamp from the producer corresponding to the fragment.
Declaration
Swift
public let producerTimestamp: TimeStamp?
-
The timestamp from the AWS server corresponding to the fragment.
Declaration
Swift
public let serverTimestamp: TimeStamp?