Interface CfnChannel.DvbSdtSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.DvbSdtSettingsProperty extends software.amazon.jsii.JsiiSerializable
A DVB Service Description Table (SDT).

The parent of this entity is M2tsSettings.

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.*;
 DvbSdtSettingsProperty dvbSdtSettingsProperty = DvbSdtSettingsProperty.builder()
         .outputSdt("outputSdt")
         .repInterval(123)
         .serviceName("serviceName")
         .serviceProviderName("serviceProviderName")
         .build();
 
  • Method Details

    • getOutputSdt

      @Stability(Stable) @Nullable default String getOutputSdt()
      Selects a method of inserting SDT information into an output stream.

      The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.

    • getRepInterval

      @Stability(Stable) @Nullable default Number getRepInterval()
      The number of milliseconds between instances of this table in the output transport stream.
    • getServiceName

      @Stability(Stable) @Nullable default String getServiceName()
      The service name placed in the serviceDescriptor in the Service Description Table (SDT).

      The maximum length is 256 characters.

    • getServiceProviderName

      @Stability(Stable) @Nullable default String getServiceProviderName()
      The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).

      The maximum length is 256 characters.

    • builder

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