Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaClip.StartTimeInComposition Property
Definition
- Namespace:
- Windows.Media.Editing
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.
Applies to
Feedback
Was this page helpful?
