Interface AudioPidSelection.Builder

  • Method Details

    • pid

      Selects a specific PID from within a source.
      Parameters:
      pid - Selects a specific PID from within a source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pids

      Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings.
      Parameters:
      pids - Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pids

      Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings.
      Parameters:
      pids - Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pids

      Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings. This is a convenience method that creates an instance of the AudioPid.Builder avoiding the need to create one manually via AudioPid.builder().

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

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