Class CfnChannel.EmbeddedDestinationSettingsProperty
The configuration of embedded captions in the output.
Inheritance
System.Object
CfnChannel.EmbeddedDestinationSettingsProperty
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.
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()