Click or drag to resize

AudioObjectplayCalledAtTime Property

Gets the systemTime at which the audio Play() function was called.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public double playCalledAtTime { get; }

Property Value

Type: Double
Remarks
If a play was scheduled or delayed, the actual time at which the audio started playing is different.
See Also