Show / Hide Table of Contents

Class CfnChannel.EmbeddedDestinationSettingsProperty

The configuration of embedded captions in the output.

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

The parent of this entity is CaptionDestinationSettings.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-embeddeddestinationsettings.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 embeddedDestinationSettingsProperty = new EmbeddedDestinationSettingsProperty { };

Synopsis

Constructors

EmbeddedDestinationSettingsProperty()

Constructors

EmbeddedDestinationSettingsProperty()

public EmbeddedDestinationSettingsProperty()

Implements

CfnChannel.IEmbeddedDestinationSettingsProperty
Back to top Generated by DocFX