Function
Void Playbacks.CueList.CreateCueList(String group, Int32 index)
| API | http://api.avolites.com/11.0/Playbacks.CueList.CreateCueList.html |
|---|---|
| description | Create a cue list at the specified group and index and enter edit mode to append steps. |
| namespace | Playbacks.CueList |
| parameter | group ( String ) : The handle group, see Location |
| index ( Int32 ) : The index of the handle. | |
| return value | Void |
Cuelist - Record Cuelist and insert a cue (Snippet):
<step>Playbacks.CueList.CreateCueList("Playbacks", 0)</step>