MediaClip.EndTimeInComposition 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.
The time when the media clip stops playing within a MediaComposition.
public:
property TimeSpan EndTimeInComposition { TimeSpan get(); };
TimeSpan EndTimeInComposition();
public System.TimeSpan EndTimeInComposition { get; }
var timeSpan = mediaClip.endTimeInComposition;
Public ReadOnly Property EndTimeInComposition As TimeSpan
Property Value
Time is measured relative to the beginning of the media clip.