Show / Hide Table of Contents

Class CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty

The configuration for DASH subtitles.

Inheritance
object
CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty
Implements
CfnOriginEndpointPropsMixin.IDashSubtitleConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty : CfnOriginEndpointPropsMixin.IDashSubtitleConfigurationProperty
Syntax (vb)
Public Class CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty Implements CfnOriginEndpointPropsMixin.IDashSubtitleConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.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.Mixins.Preview.AWS.MediaPackageV2.Mixins;

             var dashSubtitleConfigurationProperty = new DashSubtitleConfigurationProperty {
                 TtmlConfiguration = new DashTtmlConfigurationProperty {
                     TtmlProfile = "ttmlProfile"
                 }
             };

Synopsis

Constructors

DashSubtitleConfigurationProperty()

The configuration for DASH subtitles.

Properties

TtmlConfiguration

Settings for TTML subtitles.

Constructors

DashSubtitleConfigurationProperty()

The configuration for DASH subtitles.

public DashSubtitleConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.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.Mixins.Preview.AWS.MediaPackageV2.Mixins;

             var dashSubtitleConfigurationProperty = new DashSubtitleConfigurationProperty {
                 TtmlConfiguration = new DashTtmlConfigurationProperty {
                     TtmlProfile = "ttmlProfile"
                 }
             };

Properties

TtmlConfiguration

Settings for TTML subtitles.

public object? TtmlConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html#cfn-mediapackagev2-originendpoint-dashsubtitleconfiguration-ttmlconfiguration

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IDashTtmlConfigurationProperty

Implements

CfnOriginEndpointPropsMixin.IDashSubtitleConfigurationProperty
Back to top Generated by DocFX