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