Interface FrameRate.Builder

  • Method Details

    • denominator

      FrameRate.Builder denominator(Integer denominator)
      The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.
      Parameters:
      denominator - The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numerator

      FrameRate.Builder numerator(Integer numerator)
      The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.
      Parameters:
      numerator - The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.