Interface CaptionSourceFramerate.Builder

    • Method Detail

      • framerateDenominator

        CaptionSourceFramerate.Builder framerateDenominator​(Integer framerateDenominator)
        Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate numerator.
        Parameters:
        framerateDenominator - Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate numerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • framerateNumerator

        CaptionSourceFramerate.Builder framerateNumerator​(Integer framerateNumerator)
        Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate denominator.
        Parameters:
        framerateNumerator - Specify the numerator of the fraction that represents the frame rate for the setting Caption source frame rate. Use this setting along with the setting Framerate denominator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.