BackgroundAudioTrack.Delay Property

Definition

Specifies how long to wait before starting background audio playback.

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

void Delay(TimeSpan value);
public System.TimeSpan Delay { get; set; }
var timeSpan = backgroundAudioTrack.delay;
backgroundAudioTrack.delay = timeSpan;
Public Property Delay As TimeSpan

Property Value

The length of time between the start of video playback and the start of background audio playback. This value can be negative to start background audio before video playback.

Applies to