INPUT_OBJECT

BroadcastInputVideoAspectRatioInput

A video aspect ratio definition.

link GraphQL Schema definition

  • input BroadcastInputVideoAspectRatioInput {
  • # The video capture aspect ratio mode. If set to 0, the aspect ratio isn't
  • # modified. Set to 1 to match the capture source or 3 to use a custom aspect
  • # ratio.
  • videoAspectRatioMode: Int!
  • # The video capture aspect ratio method. Set to 0 to crop or 2 to stretch.
  • videoAspectRatioMethod: Int!
  • # The custom video capture aspect ratio width.
  • videoAspectRatioWidth: Int!
  • # The custom video capture aspect ratio height.
  • videoAspectRatioHeight: Int!
  • # The video capture clockwise rotation, in radians. Set to 0.0 for no rotation,
  • # 1.57 to rotate 90 degrees, 3.14 to rotate 180 degrees, or 4.71 to rotate 270
  • # degrees.
  • videoAspectRatioRotation: Float!
  • }

link Require by