AWS::MediaLive::Channel InputLossBehavior
The configuration of channel behavior when the input is lost.
The parent of this entity is GlobalConfiguration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BlackFrameMsec" :
Integer
, "InputLossImageColor" :String
, "InputLossImageSlate" :InputLocation
, "InputLossImageType" :String
, "RepeatFrameMsec" :Integer
}
YAML
BlackFrameMsec:
Integer
InputLossImageColor:String
InputLossImageSlate:InputLocation
InputLossImageType:String
RepeatFrameMsec:Integer
Properties
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.
Required: No
Type: Integer
Update requires: No interruption
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.
Required: No
Type: String
Update requires: No interruption
InputLossImageSlate
-
When the input loss image type is "slate," these fields specify the parameters for accessing the slate.
Required: No
Type: InputLocation
Update requires: No interruption
InputLossImageType
-
Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.
Required: No
Type: String
Update requires: No interruption
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.
Required: No
Type: Integer
Update requires: No interruption