interface FrameCaptureSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.FrameCaptureSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_FrameCaptureSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.FrameCaptureSettingsProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » FrameCaptureSettingsProperty |
The frame capture settings.
The parent of this entity is VideoCodecSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const frameCaptureSettingsProperty: medialive.CfnChannel.FrameCaptureSettingsProperty = {
captureInterval: 123,
captureIntervalUnits: 'captureIntervalUnits',
timecodeBurninSettings: {
fontSize: 'fontSize',
position: 'position',
prefix: 'prefix',
},
};
Properties
Name | Type | Description |
---|---|---|
capture | number | The frequency, in seconds, for capturing frames for inclusion in the output. |
capture | string | Unit for the frame capture interval. |
timecode | IResolvable | Timecode |
captureInterval?
Type:
number
(optional)
The frequency, in seconds, for capturing frames for inclusion in the output.
For example, "10" means capture a frame every 10 seconds.
captureIntervalUnits?
Type:
string
(optional)
Unit for the frame capture interval.
timecodeBurninSettings?
Type:
IResolvable
|
Timecode
(optional)