Item CreateCue (TagArg *tagList)
CreateItem()
to create an audio cue, which is an item associated with a system signal. A task can get the signal mask of the cue's signal using the GetCueSignal()
call.
When a task uses an audio timing call such as SignalAtTime()
, it passes the item number of the audio cue to the function. The task then calls WaitSignal()
to enter wait state, where it waits for the cue's signal at the specified time.
Since each task has its own set signals, Cues cannot be shared among tasks.
Call DeleteCue()
to dispose of a Cue item.
DeleteCue
(), GetCueSignal(),
MonitorAttachment(), SignalAtTime(), SleepUntilTime()