Interface CaptionSourceFramerate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>, SdkBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>, SdkPojo
Enclosing class:
CaptionSourceFramerate

public static interface CaptionSourceFramerate.Builder extends SdkPojo, CopyableBuilder<CaptionSourceFramerate.Builder,CaptionSourceFramerate>
  • Method Details

    • 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.