AWS SDK Version 2 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.

.NET Framework 4.5
 
Settings that determine when a clip begins and how long it lasts.

Inheritance Hierarchy

System.Object
  Amazon.ElasticTranscoder.Model.TimeSpan

Namespace: Amazon.ElasticTranscoder.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class TimeSpan : Object

The TimeSpan type exposes the following members

Constructors

NameDescription
Public Method TimeSpan()

Properties

NameTypeDescription
Public Property Duration System.String Gets and sets the property Duration.

The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

Public Property StartTime System.String Gets and sets the property StartTime.

The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1