Interface NdiMediaInfo.Builder

  • Method Details

    • streams

      A list of the individual media streams that make up the NDI source. This includes details about each stream's codec, resolution, frame rate, audio channels, and other parameters.

      Parameters:
      streams - A list of the individual media streams that make up the NDI source. This includes details about each stream's codec, resolution, frame rate, audio channels, and other parameters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streams

      A list of the individual media streams that make up the NDI source. This includes details about each stream's codec, resolution, frame rate, audio channels, and other parameters.

      Parameters:
      streams - A list of the individual media streams that make up the NDI source. This includes details about each stream's codec, resolution, frame rate, audio channels, and other parameters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streams

      A list of the individual media streams that make up the NDI source. This includes details about each stream's codec, resolution, frame rate, audio channels, and other parameters.

      This is a convenience method that creates an instance of the NdiMediaStreamInfo.Builder avoiding the need to create one manually via NdiMediaStreamInfo.builder().

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

      Parameters:
      streams - a consumer that will call methods on NdiMediaStreamInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: