@Stability(value=Stable) public static final class CfnChannel.InputLossBehaviorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.InputLossBehaviorProperty>
CfnChannel.InputLossBehaviorProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty.Builder blackFrameMsec(Number blackFrameMsec)
CfnChannel.InputLossBehaviorProperty.getBlackFrameMsec()blackFrameMsec - On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.
A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.this@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty.Builder inputLossImageColor(String inputLossImageColor)
CfnChannel.InputLossBehaviorProperty.getInputLossImageColor()inputLossImageColor - When the input loss image type is "color," this field specifies the color to use.
Value: 6 hex characters that represent the values of RGB.this@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty.Builder inputLossImageSlate(CfnChannel.InputLocationProperty inputLossImageSlate)
CfnChannel.InputLossBehaviorProperty.getInputLossImageSlate()inputLossImageSlate - When the input loss image type is "slate," these fields specify the parameters for accessing the slate.this@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty.Builder inputLossImageSlate(IResolvable inputLossImageSlate)
CfnChannel.InputLossBehaviorProperty.getInputLossImageSlate()inputLossImageSlate - When the input loss image type is "slate," these fields specify the parameters for accessing the slate.this@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty.Builder inputLossImageType(String inputLossImageType)
CfnChannel.InputLossBehaviorProperty.getInputLossImageType()inputLossImageType - Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.this@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty.Builder repeatFrameMsec(Number repeatFrameMsec)
CfnChannel.InputLossBehaviorProperty.getRepeatFrameMsec()repeatFrameMsec - On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.
A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.this@Stability(value=Stable) public CfnChannel.InputLossBehaviorProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.InputLossBehaviorProperty>CfnChannel.InputLossBehaviorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.