Show / Hide Table of Contents

Class CfnChannel.MotionGraphicsSettingsProperty

Settings to enable and configure the motion graphics overlay feature in the channel.

Inheritance
System.Object
CfnChannel.MotionGraphicsSettingsProperty
Implements
CfnChannel.IMotionGraphicsSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class MotionGraphicsSettingsProperty : Object, CfnChannel.IMotionGraphicsSettingsProperty
Syntax (vb)
Public Class MotionGraphicsSettingsProperty
    Inherits Object
    Implements CfnChannel.IMotionGraphicsSettingsProperty
Remarks

The parent of this entity is MotionGraphicsConfiguration.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicssettings.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;

var motionGraphicsSettingsProperty = new MotionGraphicsSettingsProperty {
    HtmlMotionGraphicsSettings = new HtmlMotionGraphicsSettingsProperty { }
};

Synopsis

Constructors

MotionGraphicsSettingsProperty()

Properties

HtmlMotionGraphicsSettings

Settings to configure the motion graphics overlay to use an HTML asset.

Constructors

MotionGraphicsSettingsProperty()

public MotionGraphicsSettingsProperty()

Properties

HtmlMotionGraphicsSettings

Settings to configure the motion graphics overlay to use an HTML asset.

public object HtmlMotionGraphicsSettings { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicssettings.html#cfn-medialive-channel-motiongraphicssettings-htmlmotiongraphicssettings

Implements

CfnChannel.IMotionGraphicsSettingsProperty
Back to top Generated by DocFX