Interface MediaStreamSourceConfigurationRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MediaStreamSourceConfigurationRequest.Builder,MediaStreamSourceConfigurationRequest>, SdkBuilder<MediaStreamSourceConfigurationRequest.Builder,MediaStreamSourceConfigurationRequest>, SdkPojo
Enclosing class:
MediaStreamSourceConfigurationRequest

public static interface MediaStreamSourceConfigurationRequest.Builder extends SdkPojo, CopyableBuilder<MediaStreamSourceConfigurationRequest.Builder,MediaStreamSourceConfigurationRequest>
  • Method Details

    • 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

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

      The transport parameters that you want to associate with the media stream. This is a convenience method that creates an instance of the InputConfigurationRequest.Builder avoiding the need to create one manually via InputConfigurationRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to inputConfigurations(List<InputConfigurationRequest>).

      Parameters:
      inputConfigurations - a consumer that will call methods on InputConfigurationRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.