Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaClip.EndTimeInComposition 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 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
Feedback
Was this page helpful?
