InputLossBehavior.Builder |
InputLossBehavior.Builder.blackFrameMsec(Integer blackFrameMsec) |
Documentation update needed
|
static InputLossBehavior.Builder |
InputLossBehavior.builder() |
|
InputLossBehavior.Builder |
InputLossBehavior.Builder.inputLossImageColor(String inputLossImageColor) |
When input loss image type is "color" this field specifies the color to use.
|
default InputLossBehavior.Builder |
InputLossBehavior.Builder.inputLossImageSlate(Consumer<InputLocation.Builder> inputLossImageSlate) |
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
InputLossBehavior.Builder |
InputLossBehavior.Builder.inputLossImageSlate(InputLocation inputLossImageSlate) |
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
InputLossBehavior.Builder |
InputLossBehavior.Builder.inputLossImageType(String inputLossImageType) |
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.
|
InputLossBehavior.Builder |
InputLossBehavior.Builder.inputLossImageType(InputLossImageType inputLossImageType) |
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.
|
InputLossBehavior.Builder |
InputLossBehavior.Builder.repeatFrameMsec(Integer repeatFrameMsec) |
Documentation update needed
|
InputLossBehavior.Builder |
InputLossBehavior.toBuilder() |
|