INPUT_OBJECT

BroadcastInputVideoOverlayInput

A graphic overlay definition.

link GraphQL Schema definition

  • input BroadcastInputVideoOverlayInput {
  • # The graphic overlay vendor. Set to 'vidpresso' for VidPresso source or 'custom'
  • # for all other sources.
  • overlayVendor: String!
  • # The graphic overlay URL.
  • overlayUrl: String!
  • }

link Require by