Interface CfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of SCTE-20 plus embedded captions in the output.
The parent of this entity is CaptionDestinationSettings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; Scte20PlusEmbeddedDestinationSettingsProperty scte20PlusEmbeddedDestinationSettingsProperty = Scte20PlusEmbeddedDestinationSettingsProperty.builder().build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty
static final class
An implementation forCfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
@Stability(Stable) static CfnChannel.Scte20PlusEmbeddedDestinationSettingsProperty.Builder builder()
-