Interface Resolution.Builder

  • Method Details

    • width

      The width of the stream session's virtual monitor, in pixels. The value must be an even number.

      Parameters:
      width - The width of the stream session's virtual monitor, in pixels. The value must be an even number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • height

      Resolution.Builder height(Integer height)

      The height of the stream session's virtual monitor, in pixels. The value must be an even number.

      Parameters:
      height - The height of the stream session's virtual monitor, in pixels. The value must be an even number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.