| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
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(InputLossImageType inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.
|
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.repeatFrameMsec(Integer repeatFrameMsec)
Documentation update needed
|
InputLossBehavior.Builder |
InputLossBehavior.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputLossBehavior.Builder> |
InputLossBehavior.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GlobalConfiguration.Builder |
GlobalConfiguration.Builder.inputLossBehavior(Consumer<InputLossBehavior.Builder> inputLossBehavior)
Settings for system actions when input is lost.
|
Copyright © 2022. All rights reserved.