BackgroundAudioTrack.TrimTimeFromEnd 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.
The amount of time to trim from the end of the background audio track.
public:
property TimeSpan TrimTimeFromEnd { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TrimTimeFromEnd();
void TrimTimeFromEnd(TimeSpan value);
public System.TimeSpan TrimTimeFromEnd { get; set; }
var timeSpan = backgroundAudioTrack.trimTimeFromEnd;
backgroundAudioTrack.trimTimeFromEnd = timeSpan;
Public Property TrimTimeFromEnd As TimeSpan
Property Value
The trim time must be greater than or equal to 0 and less than the length of the background audio track.