Titan Property
API | https://api.avolites.com/15.0/api/Handles.ContextHandles.html |
---|---|
description | the context handles for move / copy / link etc |
Namespaces | Handles |
type | IEnumerable |
<step>Handles.SetSourceHandleRange("Playbacks", {0, 1})</step> <step>PlaybackGroups.CreatePlaybackGroupWithPlaybacks("Test", Playbacks.FilterByPlaybackHandle(Handles.ContextHandles))</step>
In the first step some playbacks are selected as source handles (context handles) using Handles.SetSourceHandleRange.
In the second step these are added to a playback group.