Interface CfnChannel.EmbeddedSourceSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.EmbeddedSourceSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.EmbeddedSourceSettingsProperty extends software.amazon.jsii.JsiiSerializable
Information about the embedded 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.*;
 EmbeddedSourceSettingsProperty embeddedSourceSettingsProperty = EmbeddedSourceSettingsProperty.builder()
         .convert608To708("convert608To708")
         .scte20Detection("scte20Detection")
         .source608ChannelNumber(123)
         .source608TrackNumber(123)
         .build();
 
  • Method Details

    • getConvert608To708

      @Stability(Stable) @Nullable default String getConvert608To708()
      If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.

      If 708 data is present in the source content, it is discarded.

    • getScte20Detection

      @Stability(Stable) @Nullable default String getScte20Detection()
      Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
    • getSource608ChannelNumber

      @Stability(Stable) @Nullable default Number getSource608ChannelNumber()
      Specifies the 608/708 channel number within the video track from which to extract captions.

      This is unused for passthrough.

    • getSource608TrackNumber

      @Stability(Stable) @Nullable default Number getSource608TrackNumber()
      This field is unused and deprecated.
    • builder

      @Stability(Stable) static CfnChannel.EmbeddedSourceSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.EmbeddedSourceSettingsProperty.Builder of CfnChannel.EmbeddedSourceSettingsProperty