Function
EventPropergation Playbacks.AppendOrInsertPlaybackStep(Handle handle, Single cueNumber)
| API | http://api.avolites.com/11.0/Playbacks.AppendOrInsertPlaybackStep.html |
|---|---|
| description | Records a new step to the playback which is defined by the PlaybackEditHandle. A new step will only be added if the supplied handle matches the Playback Edit handle. |
| namespace | Playbacks |
| parameter | handle ( Handle ) : The handle to match to the Playback Edit handle. |
| cueNumber ( Single ) : the cue number. | |
| return value | EventPropergation |
Cuelist - Record Cuelist and insert a cue (Snippet):
<step>Playbacks.AppendOrInsertPlaybackStep(Playbacks.PlaybackEdit.Handle,1)</step>