Interface Scte20CaptionSourceOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
Scte20CaptionSourceOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.323Z") @Stability(Experimental) public interface Scte20CaptionSourceOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Options for an SCTE-20 caption source.

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.alpha.*;
 Convert608To708 convert608To708;
 Scte20CaptionSourceOptions scte20CaptionSourceOptions = Scte20CaptionSourceOptions.builder()
         .convert608To708(convert608To708)
         .source608ChannelNumber(123)
         .build();
 
  • Method Details

    • getConvert608To708

      @Stability(Experimental) @Nullable default Convert608To708 getConvert608To708()
      (experimental) Whether to upconvert 608 captions to 708.

      Default: Convert608To708.DISABLED

    • getSource608ChannelNumber

      @Stability(Experimental) @Nullable default Number getSource608ChannelNumber()
      (experimental) The 608/708 channel number within the video track to extract captions from.

      Default: - MediaLive service default

    • builder

      @Stability(Experimental) static Scte20CaptionSourceOptions.Builder builder()
      Returns:
      a Scte20CaptionSourceOptions.Builder of Scte20CaptionSourceOptions