Interface CfnChannel.AncillarySourceSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.AncillarySourceSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.AncillarySourceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Information about the ancillary captions to extract from the input.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.AncillarySourceSettingsProperty
static final class
An implementation forCfnChannel.AncillarySourceSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceAncillaryChannelNumber
Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.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.
-
builder
-