AudioObject.scheduledPlayingAtDspTime Property

ClockStone Audio Toolkit

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: Double
Returns -1 if no audio is scheduled.
See Also