public static interface InputLossBehavior.Builder extends CopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
| Modifier and Type | Method and Description |
|---|---|
InputLossBehavior.Builder |
blackFrameMsec(Integer blackFrameMsec)
Documentation update needed
|
InputLossBehavior.Builder |
inputLossImageColor(String inputLossImageColor)
When input loss image type is "color" this field specifies the color to use.
|
default 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 |
inputLossImageSlate(InputLocation inputLossImageSlate)
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
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 |
inputLossImageType(String inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.
|
InputLossBehavior.Builder |
repeatFrameMsec(Integer repeatFrameMsec)
Documentation update needed
|
copyapply, buildInputLossBehavior.Builder blackFrameMsec(Integer blackFrameMsec)
blackFrameMsec - Documentation update neededInputLossBehavior.Builder inputLossImageColor(String inputLossImageColor)
inputLossImageColor - When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters
representing the values of RGB.InputLossBehavior.Builder inputLossImageSlate(InputLocation inputLossImageSlate)
inputLossImageSlate - When input loss image type is "slate" these fields specify the parameters for accessing the slate.default InputLossBehavior.Builder inputLossImageSlate(Consumer<InputLocation.Builder> inputLossImageSlate)
InputLocation.Builder avoiding the need to create one
manually via InputLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputLossImageSlate(InputLocation).inputLossImageSlate - a consumer that will call methods on InputLocation.BuilderinputLossImageSlate(InputLocation)InputLossBehavior.Builder inputLossImageType(String inputLossImageType)
inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.InputLossImageType,
InputLossImageTypeInputLossBehavior.Builder inputLossImageType(InputLossImageType inputLossImageType)
inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.InputLossImageType,
InputLossImageTypeInputLossBehavior.Builder repeatFrameMsec(Integer repeatFrameMsec)
repeatFrameMsec - Documentation update neededCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.