MediaClip.EndTimeInComposition Property

Definition

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.

Applies to