AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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:

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.

Inheritance Hierarchy

System.Object
  Amazon.KinesisVideoArchivedMedia.Model.FragmentSelector

Namespace: Amazon.KinesisVideoArchivedMedia.Model
Assembly: AWSSDK.KinesisVideoArchivedMedia.dll
Version: 3.x.y.z

Syntax

C#
public class FragmentSelector

The FragmentSelector type exposes the following members

Constructors

NameDescription
Public Method FragmentSelector()

Properties

NameTypeDescription
Public Property FragmentSelectorType Amazon.KinesisVideoArchivedMedia.FragmentSelectorType

Gets and sets the property FragmentSelectorType.

The origin of the timestamps to use (Server or Producer).

Public Property TimestampRange Amazon.KinesisVideoArchivedMedia.Model.TimestampRange

Gets and sets the property TimestampRange.

The range of timestamps to return.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5