Interface FormatSettings.Builder

  • Method Details

    • framesPerSecond

      FormatSettings.Builder framesPerSecond(Integer framesPerSecond)
      <p>The target frame rate for the output.</p>
      Parameters:
      framesPerSecond - <p>The target frame rate for the output.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • widthInPixels

      FormatSettings.Builder widthInPixels(Integer widthInPixels)
      <p>The target width of the output, in pixels.</p>
      Parameters:
      widthInPixels - <p>The target width of the output, in pixels.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • heightInPixels

      FormatSettings.Builder heightInPixels(Integer heightInPixels)
      <p>The target height of the output, in pixels.</p>
      Parameters:
      heightInPixels - <p>The target height of the output, in pixels.</p>
      Returns:
      Returns a reference to this object so that method calls can be chained together.