CreatePlaybackGroupWithPlaybacks
Creates a new playback group with the specified playbacks as members.
Namespace: PlaybackGroups
Syntax
MACRO
Void PlaybackGroups.CreatePlaybackGroupWithPlaybacks(String playbackGroupName, IEnumerable<PlaybackHandle> playbackHandles)
HTTP
http://[ip]:4430/titan/script/2/PlaybackGroups/CreatePlaybackGroupWithPlaybacks?playbackGroupName={string}&playbackHandles={}
Parameters
playbackGroupName ( String ) : The name of the new playback group.
playbackHandles ( IEnumerable<PlaybackHandle> ) : The playback handles to have in the group.