AudioObject.PlayScheduled Method

ClockStone Audio Toolkit

AudioObjectPlayScheduled Method

Plays the audio clip at the specified high precision DSP time (see the Unity AudioSettings.dspTime documentation)

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public void PlayScheduled(
	double dspTime
)

Parameters

dspTime
Type: SystemDouble
The high precision DSP time.
See Also