INPUT_OBJECT

BroadcastInputVideoMaxFrameSizeInput

A maximum frame size definition.

link GraphQL Schema definition

  • input BroadcastInputVideoMaxFrameSizeInput {
  • # The maximum video capture frame width. If larger, the video frame is scaled to
  • # this width.
  • videoFrameWidthMax: Int!
  • # The maximum video capture frame height. If larger, the video frame is scaled to
  • # this height.
  • videoFrameHeightMax: Int!
  • }

link Require by