MediaComposition.Duration Property

Definition

The total playback time of the media composition.

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = mediaComposition.duration;
Public ReadOnly Property Duration As TimeSpan

Property Value

The sum of the trimmed durations of all media clips in the composition.

Applies to