Interface MediaStreamSourceConfiguration.Builder

    • Method Detail

      • encodingName

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

        MediaStreamSourceConfiguration.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
      • inputConfigurations

        MediaStreamSourceConfiguration.Builder inputConfigurations​(Collection<InputConfiguration> inputConfigurations)
        The transport parameters that are associated with an incoming media stream.
        Parameters:
        inputConfigurations - The transport parameters that are associated with an incoming media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputConfigurations

        MediaStreamSourceConfiguration.Builder inputConfigurations​(InputConfiguration... inputConfigurations)
        The transport parameters that are associated with an incoming media stream.
        Parameters:
        inputConfigurations - The transport parameters that are associated with an incoming media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mediaStreamName

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