AudioObject.audioObjectTime Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Returns the high precision local time of this audio object

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

Syntax

C#
public double audioObjectTime { get; }

Property Value

Type: Double

Remarks

The local time is paused when the audio object is paused.

See Also