BackgroundAudioTrack.TrimmedDuration 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.
Duration of the background audio track with TrimTimeFromStart and TrimTimeFromEnd applied to playback.
public:
property TimeSpan TrimmedDuration { TimeSpan get(); };
TimeSpan TrimmedDuration();
public System.TimeSpan TrimmedDuration { get; }
var timeSpan = backgroundAudioTrack.trimmedDuration;
Public ReadOnly Property TrimmedDuration As TimeSpan
Property Value
The trimmed duration of the background audio track is equal to OriginalDuration - (TrimTimeFromStart + TrimTimeFromEnd).