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.

These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.M3u8Settings

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

Syntax

C#
public class M3u8Settings

The M3u8Settings type exposes the following members

Constructors

NameDescription
Public Method M3u8Settings()

Properties

NameTypeDescription
Public Property AudioDuration Amazon.MediaConvert.M3u8AudioDuration

Gets and sets the property AudioDuration. Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration. In all other cases, keep the default value, Default codec duration. When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.

Public Property AudioFramesPerPes System.Int32

Gets and sets the property AudioFramesPerPes. The number of audio frames to insert for each PES packet.

Public Property AudioPids System.Collections.Generic.List<System.Int32>

Gets and sets the property AudioPids. Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation.

Public Property DataPTSControl Amazon.MediaConvert.M3u8DataPtsControl

Gets and sets the property DataPTSControl. If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value AUTO to allow all PTS values.

Public Property MaxPcrInterval System.Int32

Gets and sets the property MaxPcrInterval. Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.

Public Property NielsenId3 Amazon.MediaConvert.M3u8NielsenId3

Gets and sets the property NielsenId3. If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

Public Property PatInterval System.Int32

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

Public Property PcrControl Amazon.MediaConvert.M3u8PcrControl

Gets and sets the property PcrControl. When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.

Public Property PcrPid System.Int32

Gets and sets the property PcrPid. Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID.

Public Property PmtInterval System.Int32

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

Public Property PmtPid System.Int32

Gets and sets the property PmtPid. Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.

Public Property PrivateMetadataPid System.Int32

Gets and sets the property PrivateMetadataPid. Packet Identifier (PID) of the private metadata stream in the transport stream.

Public Property ProgramNumber System.Int32

Gets and sets the property ProgramNumber. The value of the program number field in the Program Map Table.

Public Property PtsOffset System.Int32

Gets and sets the property PtsOffset. Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default value 2.

Public Property PtsOffsetMode Amazon.MediaConvert.TsPtsOffset

Gets and sets the property PtsOffsetMode. Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.

Public Property Scte35Pid System.Int32

Gets and sets the property Scte35Pid. Packet Identifier (PID) of the SCTE-35 stream in the transport stream.

Public Property Scte35Source Amazon.MediaConvert.M3u8Scte35Source

Gets and sets the property Scte35Source. For SCTE-35 markers from your input-- Choose Passthrough if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None if you don't want manifest conditioning. Choose Passthrough and choose Ad markers if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML.

Public Property TimedMetadata Amazon.MediaConvert.TimedMetadata

Gets and sets the property TimedMetadata. Set ID3 metadata to Passthrough to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period, and Custom ID3 metadata inserter. To exclude this ID3 metadata in this output: set ID3 metadata to None or leave blank.

Public Property TimedMetadataPid System.Int32

Gets and sets the property TimedMetadataPid. Packet Identifier (PID) of the ID3 metadata stream in the transport stream.

Public Property TransportStreamId System.Int32

Gets and sets the property TransportStreamId. The value of the transport stream ID field in the Program Map Table.

Public Property VideoPid System.Int32

Gets and sets the property VideoPid. Packet Identifier (PID) of the elementary video stream in the transport stream.

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