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
show all
Defined in:
(unknown)

Overview

Represents a segment of video or other time-delimited data.

Instance Attribute Summary collapse

Instance Attribute Details

#fragment_length_in_millisecondsInteger

The playback duration or other time value associated with the fragment.

Returns:

  • (Integer)

    The playback duration or other time value associated with the fragment.

#fragment_numberString

The unique identifier of the fragment. This value monotonically increases based on the ingestion order.

Returns:

  • (String)

    The unique identifier of the fragment.

#fragment_size_in_bytesInteger

The total fragment size, including information about the fragment and contained media data.

Returns:

  • (Integer)

    The total fragment size, including information about the fragment and contained media data.

#producer_timestampTime

The timestamp from the producer corresponding to the fragment.

Returns:

  • (Time)

    The timestamp from the producer corresponding to the fragment.

#server_timestampTime

The timestamp from the AWS server corresponding to the fragment.

Returns:

  • (Time)

    The timestamp from the AWS server corresponding to the fragment.