Interface FrameResolution.Builder

  • Method Details

    • frameHeight

      FrameResolution.Builder frameHeight(Integer frameHeight)

      The number of pixels in the height of the video frame.

      Parameters:
      frameHeight - The number of pixels in the height of the video frame.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frameWidth

      FrameResolution.Builder frameWidth(Integer frameWidth)

      The number of pixels in the width of the video frame.

      Parameters:
      frameWidth - The number of pixels in the width of the video frame.
      Returns:
      Returns a reference to this object so that method calls can be chained together.