Interface MultitrackInputConfiguration.Builder

    • Method Detail

      • enabled

        MultitrackInputConfiguration.Builder enabled​(Boolean 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.
      • policy

        MultitrackInputConfiguration.Builder policy​(String 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:
        MultitrackPolicy, MultitrackPolicy