INPUT_OBJECT

BroadcastInputVideoOverlayInput

A graphic overlay definition.

link GraphQL Schema definition

  • input BroadcastInputVideoOverlayInput {
  • # The graphic overlay vendor. Set to 'custom' for all sources. We may add specific
  • # overlay vendors in the future.
  • overlayVendor: String!
  • # The graphic overlay URL.
  • overlayUrl: String!
  • }

link Require by