class Aws::MediaConvert::Types::DvbSdtSettings

Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.

@note When making an API call, you may pass DvbSdtSettings

data as a hash:

    {
      output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
      sdt_interval: 1,
      service_name: "__stringMin1Max256",
      service_provider_name: "__stringMin1Max256",
    }

@!attribute [rw] output_sdt

Selects method of inserting SDT information into output stream.
"Follow input SDT" copies SDT information from input stream to
output stream. "Follow input SDT if present" copies SDT
information from input stream to output stream if SDT information is
present in the input, otherwise it will fall back on the
user-defined values. Enter "SDT Manually" means user will enter
the SDT information. "No SDT" means output stream will not contain
SDT information.
@return [String]

@!attribute [rw] sdt_interval

The number of milliseconds between instances of this table in the
output transport stream.
@return [Integer]

@!attribute [rw] service_name

The service name placed in the service\_descriptor in the Service
Description Table. Maximum length is 256 characters.
@return [String]

@!attribute [rw] service_provider_name

The service provider name placed in the service\_descriptor in the
Service Description Table. Maximum length is 256 characters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DvbSdtSettings AWS API Documentation

Constants

SENSITIVE