
C# |
public class TimeSpan

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TimeSpan()()()() | Initializes a new instance of the TimeSpan class |
![]() | Duration |
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. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | StartTime |
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. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDuration(String) | Obsolete.
Sets the Duration property
|
![]() | WithStartTime(String) | Obsolete.
Sets the StartTime property
|

Object | |
![]() | TimeSpan |