class Aws::MediaLive::Types::DvbSdtSettings

DVB Service Description Table (SDT)

@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
      rep_interval: 1,
      service_name: "__stringMin1Max256",
      service_provider_name: "__stringMin1Max256",
    }

@!attribute [rw] output_sdt

Selects method of inserting SDT information into 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 will fall back on the user-defined values. The
sdtManual setting means user will enter the SDT information. The
sdtNone setting means output stream will not contain SDT
information.
@return [String]

@!attribute [rw] rep_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 serviceDescriptor in the Service
Description Table. Maximum length is 256 characters.
@return [String]

@!attribute [rw] service_provider_name

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

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DvbSdtSettings AWS API Documentation

Constants

SENSITIVE