You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisVideoArchivedMedia::Types::Fragment
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::Fragment
- Defined in:
- (unknown)
Overview
Represents a segment of video or other time-delimited data.
Instance Attribute Summary collapse
-
#fragment_length_in_milliseconds ⇒ Integer
The playback duration or other time value associated with the fragment.
-
#fragment_number ⇒ String
The unique identifier of the fragment.
-
#fragment_size_in_bytes ⇒ Integer
The total fragment size, including information about the fragment and contained media data.
-
#producer_timestamp ⇒ Time
The timestamp from the producer corresponding to the fragment.
-
#server_timestamp ⇒ Time
The timestamp from the AWS server corresponding to the fragment.
Instance Attribute Details
#fragment_length_in_milliseconds ⇒ Integer
The playback duration or other time value associated with the fragment.
#fragment_number ⇒ String
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
#fragment_size_in_bytes ⇒ Integer
The total fragment size, including information about the fragment and contained media data.
#producer_timestamp ⇒ Time
The timestamp from the producer corresponding to the fragment.
#server_timestamp ⇒ Time
The timestamp from the AWS server corresponding to the fragment.