AVOLITES TITAN API

ToggleSampleRegionNDIOverlay

Toggles Ai's sample region overlay for the specified NDI stream.

Namespace: TitanSurfaces

Syntax

MACRO

Void TitanSurfaces.ToggleSampleRegionNDIOverlay(String streamName, Boolean activate)

HTTP

http://[ip]:4430/titan/script/2/TitanSurfaces/ToggleSampleRegionNDIOverlay?streamName={string}&activate={bool}

Parameters

streamName ( String ) : The name of the NDI stream.

activate ( Boolean ) : True to activate the overlay, false to deactivate.

activate

HTTP Example:
http://localhost:4430/titan/script/2/TitanSurfaces/ToggleSampleRegionNDIOverlay?streamName={string}&activate=true