You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::DvbSdtSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbSdtSettings
- Defined in:
- (unknown)
Overview
When passing DvbSdtSettings as input to an Aws::Client method, you can use a vanilla 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",
}
Inserts DVB Service Description Table (NIT) at the specified table repetition interval.
Returned by:
Instance Attribute Summary collapse
-
#output_sdt ⇒ String
Selects method of inserting SDT information into output stream.
-
#sdt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
-
#service_name ⇒ String
The service name placed in the service_descriptor in the Service Description Table.
-
#service_provider_name ⇒ String
The service provider name placed in the service_descriptor in the Service Description Table.
Instance Attribute Details
#output_sdt ⇒ String
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.
Possible values:
- SDT_FOLLOW
- SDT_FOLLOW_IF_PRESENT
- SDT_MANUAL
- SDT_NONE
#sdt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
#service_name ⇒ String
The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
#service_provider_name ⇒ String
The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.