MediaTranscoder.TrimStopTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.