Show / Hide Table of Contents

Class CfnChannel.RtmpCaptionInfoDestinationSettingsProperty

The settings for RTMPCaptionInfo captions encode in the output.

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

The parent of this entity is CaptionDestinationSettings.

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

Synopsis

Constructors

RtmpCaptionInfoDestinationSettingsProperty()

Constructors

RtmpCaptionInfoDestinationSettingsProperty()

public RtmpCaptionInfoDestinationSettingsProperty()

Implements

CfnChannel.IRtmpCaptionInfoDestinationSettingsProperty
Back to top Generated by DocFX