Class CfnOriginEndpointPropsMixin.DashSubtitleConfigurationProperty
The configuration for DASH subtitles.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnOriginEndpointPropsMixin.IDashTtmlConfigurationProperty