Show / Hide Table of Contents

    FilterByPlaybackHandle

    Returns the same list but with only handles that derive from a playback handle.

    Namespace: Playbacks

    Syntax

    MACRO

    IEnumerable`1 Playbacks.FilterByPlaybackHandle(IEnumerable<Handle> handles)

    HTTP

    http://[ip]:4430/titan/script/2/Playbacks/FilterByPlaybackHandle?handles={handleList}

    Parameters

    handles ( IEnumerable<Handle> ) : The list of handles.

    handles_handleList

    HTTP Example:
    http://localhost:4430/titan/script/2/Playbacks/FilterByPlaybackHandle?handles_handleList=1895,1896,1900

    handles_userNumberList

    HTTP Example:
    http://localhost:4430/titan/script/2/Playbacks/FilterByPlaybackHandle?handles_userNumberList=6,8,10

    Returns

    The handles filtered by those that are playback handles.
    Back to top Copyright © 2021 Avolites Ltd