public static interface CfnChannel.MotionGraphicsConfigurationProperty
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 software.amazon.awscdk.services.medialive.*; MotionGraphicsConfigurationProperty motionGraphicsConfigurationProperty = MotionGraphicsConfigurationProperty.builder() .motionGraphicsInsertion("motionGraphicsInsertion") .motionGraphicsSettings(MotionGraphicsSettingsProperty.builder() .htmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsProperty.builder().build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.MotionGraphicsConfigurationProperty.Builder
A builder for
CfnChannel.MotionGraphicsConfigurationProperty |
static class |
CfnChannel.MotionGraphicsConfigurationProperty.Jsii$Proxy
An implementation for
CfnChannel.MotionGraphicsConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.MotionGraphicsConfigurationProperty.Builder |
builder() |
default java.lang.String |
getMotionGraphicsInsertion()
Enables or disables the motion graphics overlay feature in the channel.
|
default java.lang.Object |
getMotionGraphicsSettings()
Settings to enable and configure the motion graphics overlay feature in the channel.
|
default java.lang.String getMotionGraphicsInsertion()
default java.lang.Object getMotionGraphicsSettings()
static CfnChannel.MotionGraphicsConfigurationProperty.Builder builder()