AVOLITES TITAN API

SetAutoNdiPreviews

Toggles the state of automatic NDI previews on a media server.

Namespace: Media

Syntax

MACRO

Void Media.SetAutoNdiPreviews(String serverDeviceId, Boolean autoNdiPreviews)

HTTP

http://[ip]:4430/titan/script/2/Media/SetAutoNdiPreviews?serverDeviceId={string}&autoNdiPreviews={bool}

Parameters

serverDeviceId ( String ) : The server device identifier.

autoNdiPreviews ( Boolean ) : True to enable the automatic NDI previews, otherwise false.

autoNdiPreviews

HTTP Example:
http://localhost:4430/titan/script/2/Media/SetAutoNdiPreviews?serverDeviceId={string}&autoNdiPreviews=true