Interface MediaStreamSourceConfigurationRequest.Builder

    • Method Detail

      • encodingName

        MediaStreamSourceConfigurationRequest.Builder encodingName​(String encodingName)
        The format you want to use 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 you want to use 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

        MediaStreamSourceConfigurationRequest.Builder encodingName​(EncodingName encodingName)
        The format you want to use 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 you want to use 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
      • inputConfigurations

        MediaStreamSourceConfigurationRequest.Builder inputConfigurations​(Collection<InputConfigurationRequest> inputConfigurations)
        The transport parameters that you want to associate with the media stream.
        Parameters:
        inputConfigurations - 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.
      • inputConfigurations

        MediaStreamSourceConfigurationRequest.Builder inputConfigurations​(InputConfigurationRequest... inputConfigurations)
        The transport parameters that you want to associate with the media stream.
        Parameters:
        inputConfigurations - 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.
      • mediaStreamName

        MediaStreamSourceConfigurationRequest.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.