MediaTranscoder.TrimStartTime Property

Definition

Gets or sets the time interval to trim from the start of the output.

public:
 property TimeSpan TrimStartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TrimStartTime();

void TrimStartTime(TimeSpan value);
public System.TimeSpan TrimStartTime { get; set; }
var timeSpan = mediaTranscoder.trimStartTime;
mediaTranscoder.trimStartTime = timeSpan;
Public Property TrimStartTime As TimeSpan

Property Value

A TimeSpan structure that contains the time interval.

Applies to

See also