OBJECT

BroadcastDisplay

The configuration of the encoder HDMI output.

link GraphQL Schema definition

  • type BroadcastDisplay {
  • # The broadcast display ID.
  • id: ID!
  • # The broadcast display name.
  • name: String!
  • # The broadcast display type.
  • type: ENUM_DISPLAY_TYPE
  • # The URL to use for the HTML type.
  • url: String
  • # The user-defined tag that identifies this object.
  • tag: String
  • }