INPUT_OBJECT

BroadcastEncoderInput

An encoder reference definition.

link GraphQL Schema definition

  • input BroadcastEncoderInput {
  • # The encoder ID.
  • encoderId: ID!
  • # The stream targets, by streamTargetEncoderIndex values, that the encoder will
  • # act upon.
  • streamTargetEncoderIndex: Int!
  • # The broadcast input, by broadcastInputEncoderIndex values, that the encoder will
  • # act upon.
  • broadcastInputEncoderIndex: Int
  • # The user-defined tag that identifies this object.
  • tag: String
  • }