Interface MultitrackInputConfiguration.Builder

  • Method Details

    • enabled

      Indicates whether multitrack input is enabled. Can be set to true only if channel type is STANDARD. Setting enabled to true with any other channel type will cause an exception. If true, then policy, maximumResolution, and containerFormat are required, and containerFormat must be set to FRAGMENTED_MP4. Default: false.

      Parameters:
      enabled - Indicates whether multitrack input is enabled. Can be set to true only if channel type is STANDARD. Setting enabled to true with any other channel type will cause an exception. If true, then policy, maximumResolution, and containerFormat are required, and containerFormat must be set to FRAGMENTED_MP4. Default: false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumResolution

      MultitrackInputConfiguration.Builder maximumResolution(String maximumResolution)

      Maximum resolution for multitrack input. Required if enabled is true.

      Parameters:
      maximumResolution - Maximum resolution for multitrack input. Required if enabled is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maximumResolution

      Maximum resolution for multitrack input. Required if enabled is true.

      Parameters:
      maximumResolution - Maximum resolution for multitrack input. Required if enabled is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policy

      Indicates whether multitrack input is allowed or required. Required if enabled is true.

      Parameters:
      policy - Indicates whether multitrack input is allowed or required. Required if enabled is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • policy

      Indicates whether multitrack input is allowed or required. Required if enabled is true.

      Parameters:
      policy - Indicates whether multitrack input is allowed or required. Required if enabled is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: