logo
Expand description

If you’re using the service, you’re probably looking for KinesisVideoArchivedMediaClient and KinesisVideoArchivedMedia.

Structs

Describes the timestamp range and timestamp origin of a range of fragments.

Fragments that have duplicate producer timestamps are deduplicated. This means that if producers are producing a stream of fragments with producer timestamps that are approximately equal to the true clock time, the clip will contain all of the fragments within the requested timestamp range. If some fragments are ingested within the same time range and very different points in time, only the oldest ingested collection of fragments are returned.

The range of timestamps for which to return fragments.

Contains the range of timestamps for the requested media, and the source of the timestamps.

The start and end of the timestamp range for the requested media.

This value should not be present if PlaybackType is LIVE.

The values in DASHimestampRange are inclusive. Fragments that start exactly at or after the start time are included in the session. Fragments that start before the start time and continue past it are not included in the session.

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

Describes the timestamp range and timestamp origin of a range of fragments.

Only fragments with a start timestamp greater than or equal to the given start time and less than or equal to the end time are returned. For example, if a stream contains fragments with the following start timestamps:

  • 00:00:00

  • 00:00:02

  • 00:00:04

  • 00:00:06

A fragment selector range with a start time of 00:00:01 and end time of 00:00:04 would return the fragments with start times of 00:00:02 and 00:00:04.

Contains the range of timestamps for the requested media, and the source of the timestamps.

The start and end of the timestamp range for the requested media.

This value should not be present if PlaybackType is LIVE.

A client for the Kinesis Video Archived Media API.

The range of timestamps for which to return fragments.

Enums

Errors returned by GetClip

Errors returned by GetDASHStreamingSessionURL

Errors returned by GetHLSStreamingSessionURL

Errors returned by GetMediaForFragmentList

Errors returned by ListFragments

Traits

Trait representing the capabilities of the Kinesis Video Archived Media API. Kinesis Video Archived Media clients implement this trait.