Interface MediaStreamOutputConfigurationRequest.Builder

    • Method Detail

      • destinationConfigurations

        MediaStreamOutputConfigurationRequest.Builder destinationConfigurations​(Collection<DestinationConfigurationRequest> destinationConfigurations)
        The transport parameters that you want to associate with the media stream.
        Parameters:
        destinationConfigurations - The transport parameters that you want to associate with the media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationConfigurations

        MediaStreamOutputConfigurationRequest.Builder destinationConfigurations​(DestinationConfigurationRequest... destinationConfigurations)
        The transport parameters that you want to associate with the media stream.
        Parameters:
        destinationConfigurations - The transport parameters that you want to associate with the media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encodingName

        MediaStreamOutputConfigurationRequest.Builder encodingName​(String encodingName)
        The format that will be 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 will be 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

        MediaStreamOutputConfigurationRequest.Builder encodingName​(EncodingName encodingName)
        The format that will be 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 will be 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

        MediaStreamOutputConfigurationRequest.Builder encodingParameters​(EncodingParametersRequest encodingParameters)
        A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
        Parameters:
        encodingParameters - A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamName

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