interface MotionGraphicsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_MotionGraphicsConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const motionGraphicsConfigurationProperty: medialive_mixins.CfnChannelPropsMixin.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.

.NET
Go
Java
Python
TypeScript