Viz Artist User Guide

Version 3.14 | Published October 30, 2020 ©

Control Payload

images/download/attachments/50615035/ico_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/50615035/pc_cpl_e.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