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.

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

Inheritance Hierarchy

System.Object
  Amazon.KinesisVideoArchivedMedia.Model.Fragment

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

Syntax

C#
public class Fragment

The Fragment type exposes the following members

Constructors

NameDescription
Public Method Fragment()

Properties

NameTypeDescription
Public Property FragmentLengthInMilliseconds System.Int64

Gets and sets the property FragmentLengthInMilliseconds.

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

Public Property FragmentNumber System.String

Gets and sets the property FragmentNumber.

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

Public Property FragmentSizeInBytes System.Int64

Gets and sets the property FragmentSizeInBytes.

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

Public Property ProducerTimestamp System.DateTime

Gets and sets the property ProducerTimestamp.

The timestamp from the producer corresponding to the fragment.

Public Property ServerTimestamp System.DateTime

Gets and sets the property ServerTimestamp.

The timestamp from the Amazon Web Services server corresponding to the fragment.

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