AWS::MediaLive::Channel FrameCaptureSettings
The frame capture settings.
The parent of this entity is VideoCodecSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CaptureInterval" :
Integer
, "CaptureIntervalUnits" :String
}
YAML
CaptureInterval:
Integer
CaptureIntervalUnits:String
Properties
CaptureInterval
-
The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means capture a frame every 10 seconds.
Required: No
Type: Integer
Update requires: No interruption
CaptureIntervalUnits
-
Unit for the frame capture interval.
Required: No
Type: String
Update requires: No interruption