BackgroundAudioTrack.TrimTimeFromStart Property

Definition

The amount of time to trim from the beginning of the background audio track.

public:
 property TimeSpan TrimTimeFromStart { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TrimTimeFromStart();

void TrimTimeFromStart(TimeSpan value);
public System.TimeSpan TrimTimeFromStart { get; set; }
var timeSpan = backgroundAudioTrack.trimTimeFromStart;
backgroundAudioTrack.trimTimeFromStart = timeSpan;
Public Property TrimTimeFromStart 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.

Applies to