AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.DvbSdtSettings

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class DvbSdtSettings

The DvbSdtSettings type exposes the following members

Constructors

NameDescription
Public Method DvbSdtSettings()

Properties

NameTypeDescription
Public Property OutputSdt Amazon.MediaConvert.OutputSdt

Gets and sets the property OutputSdt. 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.

Public Property SdtInterval System.Int32

Gets and sets the property SdtInterval. The number of milliseconds between instances of this table in the output transport stream.

Public Property ServiceName System.String

Gets and sets the property ServiceName. The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.

Public Property ServiceProviderName System.String

Gets and sets the property ServiceProviderName. The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5