MediaClip.TrimmedDuration 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.
Duration of the media clip with TrimTimeFromStart and TrimTimeFromEnd applied to playback.
public:
property TimeSpan TrimmedDuration { TimeSpan get(); };
TimeSpan TrimmedDuration();
public System.TimeSpan TrimmedDuration { get; }
var timeSpan = mediaClip.trimmedDuration;
Public ReadOnly Property TrimmedDuration As TimeSpan
Property Value
The trimmed duration of the media clip is equal to OriginalDuration - (TrimTimeFromStart + TrimTimeFromEnd).