Class: Aws::KinesisVideoArchivedMedia::Types::Fragment
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::Fragment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Represents a segment of video or other time-delimited data.
Constant Summary collapse
- SENSITIVE =
[]
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 Amazon Web Services server corresponding to the fragment.
Instance Attribute Details
#fragment_length_in_milliseconds ⇒ Integer
The playback duration or other time value associated with the fragment.
226 227 228 229 230 231 232 233 234 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226 class Fragment < Struct.new( :fragment_number, :fragment_size_in_bytes, :producer_timestamp, :server_timestamp, :fragment_length_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#fragment_number ⇒ String
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
226 227 228 229 230 231 232 233 234 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226 class Fragment < Struct.new( :fragment_number, :fragment_size_in_bytes, :producer_timestamp, :server_timestamp, :fragment_length_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#fragment_size_in_bytes ⇒ Integer
The total fragment size, including information about the fragment and contained media data.
226 227 228 229 230 231 232 233 234 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226 class Fragment < Struct.new( :fragment_number, :fragment_size_in_bytes, :producer_timestamp, :server_timestamp, :fragment_length_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#producer_timestamp ⇒ Time
The timestamp from the producer corresponding to the fragment.
226 227 228 229 230 231 232 233 234 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226 class Fragment < Struct.new( :fragment_number, :fragment_size_in_bytes, :producer_timestamp, :server_timestamp, :fragment_length_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#server_timestamp ⇒ Time
The timestamp from the Amazon Web Services server corresponding to the fragment.
226 227 228 229 230 231 232 233 234 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226 class Fragment < Struct.new( :fragment_number, :fragment_size_in_bytes, :producer_timestamp, :server_timestamp, :fragment_length_in_milliseconds) SENSITIVE = [] include Aws::Structure end |