ClockStone Audio Toolkit for Unity - Documentation
AudioObjectscheduledPlayingAtDspTime Property |
Gets or sets the DSP time at which the audio is scheduled to play.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public double scheduledPlayingAtDspTime { get; set; }
Return Value
Type: DoubleReturns -1 if no audio is scheduled.
See Also