| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputLossBehavior |
InputLossBehavior.clone() |
InputLossBehavior |
GlobalConfiguration.getInputLossBehavior()
Settings for system actions when input is lost.
|
InputLossBehavior |
InputLossBehavior.withBlackFrameMsec(Integer blackFrameMsec)
Documentation update needed
|
InputLossBehavior |
InputLossBehavior.withInputLossImageColor(String inputLossImageColor)
When input loss image type is "color" this field specifies the color to use.
|
InputLossBehavior |
InputLossBehavior.withInputLossImageSlate(InputLocation inputLossImageSlate)
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
InputLossBehavior |
InputLossBehavior.withInputLossImageType(InputLossImageType inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
InputLossBehavior |
InputLossBehavior.withInputLossImageType(String inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
InputLossBehavior |
InputLossBehavior.withRepeatFrameMsec(Integer repeatFrameMsec)
Documentation update needed
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalConfiguration.setInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
GlobalConfiguration |
GlobalConfiguration.withInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
Copyright © 2018. All rights reserved.