Function ====== Playbacks.FilterByPlaybackHandle ====== IEnumerable`1 Playbacks.FilterByPlaybackHandle(IEnumerable handles) ^ API | https://api.avolites.com/15.0/api/Playbacks.FilterByPlaybackHandle.html | ^ description | Returns the same list but with only handles that derive from a playback handle. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks]] | ^ parameter | handles ( [[macros:type:IEnumerable]] ) : The list of handles. | ^ return value | [[macros:type:IEnumerable]] | == Example in == [[macros:example:playbackgroupcreateadd:]]: PlaybackGroups.CreatePlaybackGroupWithPlaybacks("Test", Playbacks.FilterByPlaybackHandle(Handles.ContextHandles)) Here the outer function ''CreatePlaybackGroupWithPlaybacks()'' lives in the namespace PlaybackGroups but requires the second parameter to be a list of Playback handles. ''Playbacks.FilterByPlaybackHandle()'' makes sure the passed list is looked up correctly. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~