Interface MotionImageInsertionFramerate.Builder

    • Method Detail

      • framerateDenominator

        MotionImageInsertionFramerate.Builder framerateDenominator​(Integer framerateDenominator)
        The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
        Parameters:
        framerateDenominator - The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • framerateNumerator

        MotionImageInsertionFramerate.Builder framerateNumerator​(Integer framerateNumerator)
        The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.
        Parameters:
        framerateNumerator - The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.
        Returns:
        Returns a reference to this object so that method calls can be chained together.