MediaTranscoder.TrimStopTime Property

Definition

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

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

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

Property Value

A TimeSpan structure that contains the time interval.

Applies to

See also