@Stability(value=Stable)
public static interface CfnChannel.MotionGraphicsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getMotionGraphicsInsertion()
Enables or disables the motion graphics overlay feature in the channel.
|
default Object |
getMotionGraphicsSettings()
Settings to enable and configure the motion graphics overlay feature in the channel.
|
@Stability(value=Stable) @Nullable default String getMotionGraphicsInsertion()
@Stability(value=Stable) @Nullable default Object getMotionGraphicsSettings()
@Stability(value=Stable) static CfnChannel.MotionGraphicsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.