interface MotionGraphicsConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.MotionGraphicsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MotionGraphicsConfigurationProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.MotionGraphicsConfigurationProperty |
Python | aws_cdk.aws_medialive.CfnChannel.MotionGraphicsConfigurationProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » MotionGraphicsConfigurationProperty |
Settings to enable and configure the motion graphics overlay feature in the channel.
The parent of this entity is EncoderSettings.
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 motionGraphicsConfigurationProperty: medialive.CfnChannel.MotionGraphicsConfigurationProperty = {
motionGraphicsInsertion: 'motionGraphicsInsertion',
motionGraphicsSettings: {
htmlMotionGraphicsSettings: { },
},
};
Properties
Name | Type | Description |
---|---|---|
motion | string | Enables or disables the motion graphics overlay feature in the channel. |
motion | IResolvable | Motion | Settings to enable and configure the motion graphics overlay feature in the channel. |
motionGraphicsInsertion?
Type:
string
(optional)
Enables or disables the motion graphics overlay feature in the channel.
motionGraphicsSettings?
Type:
IResolvable
|
Motion
(optional)
Settings to enable and configure the motion graphics overlay feature in the channel.