Class InputSelection.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • select

        public InputSelection.Builder select​(int inputId)
        Selects an input identified by the given inputId.
        Parameters:
        inputId - the input id numbered starting from 1 to 64, and `1` indicates the first input. Specially, `-1` indicates all inputs.
        Returns:
        a reference to this object.
      • build

        public InputSelection build​(int inputCount)
        Build normalized mask, if all inputs were manually selected, inputMask will be normalized to -1.