Interface InputLossBehavior.Builder

    • Method Detail

      • blackFrameMsec

        InputLossBehavior.Builder blackFrameMsec​(Integer blackFrameMsec)
        Documentation update needed
        Parameters:
        blackFrameMsec - Documentation update needed
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputLossImageColor

        InputLossBehavior.Builder inputLossImageColor​(String inputLossImageColor)
        When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
        Parameters:
        inputLossImageColor - When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputLossImageSlate

        InputLossBehavior.Builder inputLossImageSlate​(InputLocation inputLossImageSlate)
        When input loss image type is "slate" these fields specify the parameters for accessing the slate.
        Parameters:
        inputLossImageSlate - When input loss image type is "slate" these fields specify the parameters for accessing the slate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputLossImageType

        InputLossBehavior.Builder inputLossImageType​(String inputLossImageType)
        Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
        Parameters:
        inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputLossImageType, InputLossImageType
      • inputLossImageType

        InputLossBehavior.Builder inputLossImageType​(InputLossImageType inputLossImageType)
        Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
        Parameters:
        inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputLossImageType, InputLossImageType
      • repeatFrameMsec

        InputLossBehavior.Builder repeatFrameMsec​(Integer repeatFrameMsec)
        Documentation update needed
        Parameters:
        repeatFrameMsec - Documentation update needed
        Returns:
        Returns a reference to this object so that method calls can be chained together.