AudioObject.startedPlayingAtTime Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets the systemTime at which the audio started playing.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public double startedPlayingAtTime { get; }

Property Value

Type: Double

Remarks

If a play was scheduled or delayed, this value is different than playCalledAtTime

See Also