public static interface CfnChannel.AncillarySourceSettingsProperty
The parent of this entity is CaptionSelectorSettings.
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.*; AncillarySourceSettingsProperty ancillarySourceSettingsProperty = AncillarySourceSettingsProperty.builder() .sourceAncillaryChannelNumber(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.AncillarySourceSettingsProperty.Builder
A builder for
CfnChannel.AncillarySourceSettingsProperty |
static class |
CfnChannel.AncillarySourceSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.AncillarySourceSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.AncillarySourceSettingsProperty.Builder |
builder() |
default java.lang.Number |
getSourceAncillaryChannelNumber()
Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.
|
default java.lang.Number getSourceAncillaryChannelNumber()
If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.
static CfnChannel.AncillarySourceSettingsProperty.Builder builder()