public static final class InputSelection.Builder extends Object
InputSelection.| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
InputSelection |
build() |
static InputSelection.Builder |
from(InputSelection selection)
Returns a
Builder that uses the input mask of the specified selection
as the initial mask. |
InputSelection.Builder |
select(int inputId)
Selects an input identified by the given
inputId. |
public static InputSelection.Builder from(InputSelection selection)
Builder that uses the input mask of the specified selection
as the initial mask.public InputSelection.Builder select(int inputId)
inputId.inputId - the input id numbered starting from 1 to 64, and `1` indicates the first input.
Specially, `-1` indicates all inputs.public InputSelection build()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.