Interface Output.Builder

    • Method Detail

      • audioDescriptionNames

        Output.Builder audioDescriptionNames​(Collection<String> audioDescriptionNames)
        The names of the AudioDescriptions used as audio sources for this output.
        Parameters:
        audioDescriptionNames - The names of the AudioDescriptions used as audio sources for this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • audioDescriptionNames

        Output.Builder audioDescriptionNames​(String... audioDescriptionNames)
        The names of the AudioDescriptions used as audio sources for this output.
        Parameters:
        audioDescriptionNames - The names of the AudioDescriptions used as audio sources for this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • captionDescriptionNames

        Output.Builder captionDescriptionNames​(Collection<String> captionDescriptionNames)
        The names of the CaptionDescriptions used as caption sources for this output.
        Parameters:
        captionDescriptionNames - The names of the CaptionDescriptions used as caption sources for this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • captionDescriptionNames

        Output.Builder captionDescriptionNames​(String... captionDescriptionNames)
        The names of the CaptionDescriptions used as caption sources for this output.
        Parameters:
        captionDescriptionNames - The names of the CaptionDescriptions used as caption sources for this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputName

        Output.Builder outputName​(String outputName)
        The name used to identify an output.
        Parameters:
        outputName - The name used to identify an output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSettings

        Output.Builder outputSettings​(OutputSettings outputSettings)
        Output type-specific settings.
        Parameters:
        outputSettings - Output type-specific settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • videoDescriptionName

        Output.Builder videoDescriptionName​(String videoDescriptionName)
        The name of the VideoDescription used as the source for this output.
        Parameters:
        videoDescriptionName - The name of the VideoDescription used as the source for this output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.