@Stability(value=Stable)
public static interface CfnChannel.CaptionSelectorSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
CaptionSelectorSettingsProperty captionSelectorSettingsProperty = CaptionSelectorSettingsProperty.builder()
.ancillarySourceSettings(AncillarySourceSettingsProperty.builder()
.sourceAncillaryChannelNumber(123)
.build())
.aribSourceSettings(AribSourceSettingsProperty.builder().build())
.dvbSubSourceSettings(DvbSubSourceSettingsProperty.builder()
.pid(123)
.build())
.embeddedSourceSettings(EmbeddedSourceSettingsProperty.builder()
.convert608To708("convert608To708")
.scte20Detection("scte20Detection")
.source608ChannelNumber(123)
.source608TrackNumber(123)
.build())
.scte20SourceSettings(Scte20SourceSettingsProperty.builder()
.convert608To708("convert608To708")
.source608ChannelNumber(123)
.build())
.scte27SourceSettings(Scte27SourceSettingsProperty.builder()
.pid(123)
.build())
.teletextSourceSettings(TeletextSourceSettingsProperty.builder()
.outputRectangle(CaptionRectangleProperty.builder()
.height(123)
.leftOffset(123)
.topOffset(123)
.width(123)
.build())
.pageNumber("pageNumber")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.CaptionSelectorSettingsProperty.Builder
A builder for
CfnChannel.CaptionSelectorSettingsProperty |
static class |
CfnChannel.CaptionSelectorSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.CaptionSelectorSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.CaptionSelectorSettingsProperty.Builder |
builder() |
default Object |
getAncillarySourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.AncillarySourceSettings`.
|
default Object |
getAribSourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.AribSourceSettings`.
|
default Object |
getDvbSubSourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.DvbSubSourceSettings`.
|
default Object |
getEmbeddedSourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.EmbeddedSourceSettings`.
|
default Object |
getScte20SourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.Scte20SourceSettings`.
|
default Object |
getScte27SourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.Scte27SourceSettings`.
|
default Object |
getTeletextSourceSettings()
`CfnChannel.CaptionSelectorSettingsProperty.TeletextSourceSettings`.
|
@Stability(value=Stable) @Nullable default Object getAncillarySourceSettings()
@Stability(value=Stable) @Nullable default Object getAribSourceSettings()
@Stability(value=Stable) @Nullable default Object getDvbSubSourceSettings()
@Stability(value=Stable) @Nullable default Object getEmbeddedSourceSettings()
@Stability(value=Stable) @Nullable default Object getScte20SourceSettings()
@Stability(value=Stable) @Nullable default Object getScte27SourceSettings()
@Stability(value=Stable) @Nullable default Object getTeletextSourceSettings()
@Stability(value=Stable) static CfnChannel.CaptionSelectorSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.