MediaTranscoder.TrimStartTime 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 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.