BackgroundAudioTrack.Delay 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.
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.