Show / Hide Table of Contents

    CreateOrUpdateMarker

    Creates or updates a marker with the given external ID.

    Namespace: Timelines

    Syntax

    MACRO

    TimelineTriggerHandle Timelines.CreateOrUpdateMarker(Handle handle, String externalId, TimecodeTime time, String legend)

    HTTP

    http://[ip]:4430/titan/script/2/Timelines/CreateOrUpdateMarker?handle={handle}&externalId={string}&time={}&legend={string}

    Parameters

    handle ( Handle ) : The handle of the timeline

    handle_userNumber

    HTTP Example:
    http://localhost:4430/titan/script/2/Timelines/CreateOrUpdateMarker?handle_userNumber=6&externalId={string}&time={}&legend={string}

    handle_location

    HTTP Example:
    http://localhost:4430/titan/script/2/Timelines/CreateOrUpdateMarker?handle_location=playback_2_1&externalId={string}&time={}&legend={string}

    handle_titanId

    HTTP Example:
    http://localhost:4430/titan/script/2/Timelines/CreateOrUpdateMarker?handle_titanId=1895&externalId={string}&time={}&legend={string}

    time ( TimecodeTime ) : The new timecode to set the marker to.

    externalId ( String ) : The external id

    legend ( String ) : The legend

    Returns

    The trigger handle that was created or updated
    Back to top Copyright © 2021 Avolites Ltd