image-20240919-105217.png

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

Note: This plug-in is located in: Plugins -> Container plug-ins -> Control

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

  • Text Entry Box: Data from external application (for example, Viz Trio or Social TV) 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