Viz Artist User Guide

Version 3.12 | Published October 17, 2019 ©

Control Payload

images/download/attachments/41797959/viz_icons_payload.png

Control Payload distributes a whole payload to children Control plug-ins.

Example: Social TV (Feed Streamer) uses this plug-in to send payload fields from a Data Hub to Viz Engine.

If the payload value is empty, the Container is hidden.

Control Payload Properties

images/download/attachments/41797959/plugins_container_controlpayload_editor.png

  • Text Entry Box: Data from external application (for example Viz Trio, Social TV (Feed Streamer)) to send the payload. Example:

<payload xmlns="http://www.vizrt.com/types">
<field name="topic">
<value>It\qs Valentine\qs Day, how you doin\q? </value>
</field>
<field name="option">
<value>Hate it! Worst holiday ever|Love it! Wish it were every day|Thanks for the reminder, need to buy roses</value>
</field>
<field name="count">
<value>238|189|46</value>
</field>
</payload>


See Also