Interface PassthroughSettings.Builder

  • Method Details

    • videoSelectorMode

      PassthroughSettings.Builder videoSelectorMode(String videoSelectorMode)
      AUTO will select the highest bitrate input in the video selector source. REMUX_ALL will passthrough all the selected streams in the video selector source. When selecting streams from multiple renditions (i.e. using Stream video selector type): REMUX_ALL will only remux all streams selected, and AUTO will use the highest bitrate video stream among the selected streams as source.
      Parameters:
      videoSelectorMode - AUTO will select the highest bitrate input in the video selector source. REMUX_ALL will passthrough all the selected streams in the video selector source. When selecting streams from multiple renditions (i.e. using Stream video selector type): REMUX_ALL will only remux all streams selected, and AUTO will use the highest bitrate video stream among the selected streams as source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • videoSelectorMode

      PassthroughSettings.Builder videoSelectorMode(VideoSelectorMode videoSelectorMode)
      AUTO will select the highest bitrate input in the video selector source. REMUX_ALL will passthrough all the selected streams in the video selector source. When selecting streams from multiple renditions (i.e. using Stream video selector type): REMUX_ALL will only remux all streams selected, and AUTO will use the highest bitrate video stream among the selected streams as source.
      Parameters:
      videoSelectorMode - AUTO will select the highest bitrate input in the video selector source. REMUX_ALL will passthrough all the selected streams in the video selector source. When selecting streams from multiple renditions (i.e. using Stream video selector type): REMUX_ALL will only remux all streams selected, and AUTO will use the highest bitrate video stream among the selected streams as source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: