Interface MediaStreamOutputConfiguration.Builder

    • Method Detail

      • destinationConfigurations

        MediaStreamOutputConfiguration.Builder destinationConfigurations​(Collection<DestinationConfiguration> destinationConfigurations)
        The transport parameters that are associated with each outbound media stream.
        Parameters:
        destinationConfigurations - The transport parameters that are associated with each outbound media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationConfigurations

        MediaStreamOutputConfiguration.Builder destinationConfigurations​(DestinationConfiguration... destinationConfigurations)
        The transport parameters that are associated with each outbound media stream.
        Parameters:
        destinationConfigurations - The transport parameters that are associated with each outbound media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encodingName

        MediaStreamOutputConfiguration.Builder encodingName​(String encodingName)
        The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
        Parameters:
        encodingName - The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncodingName, EncodingName
      • encodingName

        MediaStreamOutputConfiguration.Builder encodingName​(EncodingName encodingName)
        The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
        Parameters:
        encodingName - The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncodingName, EncodingName
      • encodingParameters

        MediaStreamOutputConfiguration.Builder encodingParameters​(EncodingParameters encodingParameters)
        Encoding parameters
        Parameters:
        encodingParameters - Encoding parameters
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamName

        MediaStreamOutputConfiguration.Builder mediaStreamName​(String mediaStreamName)
        The name of the media stream.
        Parameters:
        mediaStreamName - The name of the media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.