BackgroundAudioTrack.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 background audio track, without the effects of the TrimTimeFromStart and TrimTimeFromEnd properties.
public:
property TimeSpan OriginalDuration { TimeSpan get(); };
TimeSpan OriginalDuration();
public System.TimeSpan OriginalDuration { get; }
var timeSpan = backgroundAudioTrack.originalDuration;
Public ReadOnly Property OriginalDuration As TimeSpan
Property Value
The original duration of the background audio track is equal to TrimmedDuration + TrimTimeFromStart + TrimTimeFromEnd.