Interface StaticImageOutputDeactivateScheduleActionSettings.Builder

    • Method Detail

      • fadeOut

        StaticImageOutputDeactivateScheduleActionSettings.Builder fadeOut​(Integer fadeOut)
        The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
        Parameters:
        fadeOut - The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layer

        StaticImageOutputDeactivateScheduleActionSettings.Builder layer​(Integer layer)
        The image overlay layer to deactivate, 0 to 7. Default is 0.
        Parameters:
        layer - The image overlay layer to deactivate, 0 to 7. Default is 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputNames

        StaticImageOutputDeactivateScheduleActionSettings.Builder outputNames​(String... outputNames)
        The name(s) of the output(s) the deactivation should apply to.
        Parameters:
        outputNames - The name(s) of the output(s) the deactivation should apply to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.