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!
  • # The left bound of the video frame crop rectangle in pixels. Ignored if
  • # videoFrameCropWidth and videoFrameCropHeight are not also specified.
  • videoFrameCropLeft: Int
  • # The top bound of the video frame crop rectangle in pixels. Ignored if
  • # videoFrameCropWidth and videoFrameCropHeight are not also specified.
  • videoFrameCropTop: Int
  • # The width of the video frame crop rectangle in pixels. Ignored if
  • # videoFrameCropHeight is not also specified.
  • videoFrameCropWidth: Int
  • # The height of the video frame crop rectangle in pixels. Ignored if
  • # videoFrameCropWidth is not also specified.
  • videoFrameCropHeight: Int
  • }

link Require by