Function ====== PlaybackGroups.CreatePlaybackGroupWithPlaybacks ====== Void PlaybackGroups.CreatePlaybackGroupWithPlaybacks(String playbackGroupName, IEnumerable playbackHandles) ^ API | https://api.avolites.com/15.0/api/PlaybackGroups.CreatePlaybackGroupWithPlaybacks.html | ^ description | Creates a new playback group with the specified playbacks as members. | ^ [[macros:namespace|namespace]] | [[macros:namespace:PlaybackGroups]] | ^ parameter | playbackGroupName ( [[macros:type:String]] ) : The name of the new playback group. | ^ ::: | playbackHandles ( [[macros:type:IEnumerable]] ) : The playback handles to have in the group. | ^ return value | [[macros:type:void]] | See [[macros:example:playbackgroupcreateadd]] for various ways to pass the IEnumerable of playback handles. As this function is in the namespace PlaybackGroups it assumes any passed handle to be in this namespace too. You need to use [[macros:function:Playbacks.FilterByPlaybackHandle]] to make sure the playbacks are looked up in the correct namespace. == Example in == [[macros:example:playbackgroupcreateadd]]: PlaybackGroups.CreatePlaybackGroupWithPlaybacks("Test", Playbacks.FilterByPlaybackHandle(Handles.ContextHandles)) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~