OBJECT

BroadcastOutput

The broadcast output.

link GraphQL Schema definition

  • type BroadcastOutput {
  • # The broadcast output ID.
  • id: ID!
  • # The broadcast output stream name.
  • streamName: String!
  • # The encoding configuration.
  • encodingConfiguration: EncodingConfiguration
  • # A collection of stream target configurations.
  • streamTargets: [BroadcastStreamTarget]
  • # A collection of recording configurations.
  • recordings: [BroadcastRecording]
  • # The user-defined tag that identifies this object.
  • tag: String
  • }