Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaClip.OriginalDuration 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.

Original playback time of the media clip, without the effects of TrimTimeFromStart and TrimTimeFromEnd properties.

public:
 property TimeSpan OriginalDuration { TimeSpan get(); };
TimeSpan OriginalDuration();
public System.TimeSpan OriginalDuration { get; }
var timeSpan = mediaClip.originalDuration;
Public ReadOnly Property OriginalDuration As TimeSpan

Property Value

The original duration of the media clip is equal to TrimmedDuration + TrimTimeFromStart + TrimTimeFromEnd.

Applies to


Feedback

Was this page helpful?