Interface DvbTdtSettings

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

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.029Z") @Stability(Experimental) public interface DvbTdtSettings extends software.amazon.jsii.JsiiSerializable
(experimental) Settings for inserting a DVB Time and Date Table (TDT).

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.*;
 import software.amazon.awscdk.*;
 DvbTdtSettings dvbTdtSettings = DvbTdtSettings.builder()
         .repInterval(Duration.minutes(30))
         .build();
 
  • Method Details

    • getRepInterval

      @Stability(Experimental) @Nullable default Duration getRepInterval()
      (experimental) The interval between instances of this table in the output transport stream.

      Default: - service default

    • builder

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