Interface CfnChannel.IM3u8SettingsProperty
Settings for the M3U8 container.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IM3u8SettingsProperty
Syntax (vb)
Public Interface IM3u8SettingsProperty
Remarks
The parent of this entity is StandardHlsSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var m3u8SettingsProperty = new M3u8SettingsProperty {
AudioFramesPerPes = 123,
AudioPids = "audioPids",
EcmPid = "ecmPid",
KlvBehavior = "klvBehavior",
KlvDataPids = "klvDataPids",
NielsenId3Behavior = "nielsenId3Behavior",
PatInterval = 123,
PcrControl = "pcrControl",
PcrPeriod = 123,
PcrPid = "pcrPid",
PmtInterval = 123,
PmtPid = "pmtPid",
ProgramNum = 123,
Scte35Behavior = "scte35Behavior",
Scte35Pid = "scte35Pid",
TimedMetadataBehavior = "timedMetadataBehavior",
TimedMetadataPid = "timedMetadataPid",
TransportStreamId = 123,
VideoPid = "videoPid"
};
Synopsis
Properties
Audio |
The number of audio frames to insert for each PES packet. |
Audio |
The PID of the elementary audio streams in the transport stream. |
Ecm |
This parameter is unused and deprecated. |
Klv |
|
Klv |
|
Nielsen |
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output. |
Pat |
The number of milliseconds between instances of this table in the output transport stream. |
Pcr |
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. |
Pcr |
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream. |
Pcr |
The PID of the Program Clock Reference (PCR) in the transport stream. |
Pmt |
The number of milliseconds between instances of this table in the output transport stream. |
Pmt |
The PID for the Program Map Table (PMT) in the transport stream. |
Program |
The value of the program number field in the Program Map Table (PMT). |
Scte35Behavior | If set to passthrough, passes any SCTE-35 signals from the input source to this output. |
Scte35Pid | The PID of the SCTE-35 stream in the transport stream. |
Timed |
When set to passthrough, timed metadata is passed through from input to output. |
Timed |
The PID of the timed metadata stream in the transport stream. |
Transport |
The value of the transport stream ID field in the Program Map Table (PMT). |
Video |
The PID of the elementary video stream in the transport stream. |
Properties
AudioFramesPerPes
The number of audio frames to insert for each PES packet.
virtual Nullable<double> AudioFramesPerPes { get; }
Property Value
System.
Remarks
AudioPids
The PID of the elementary audio streams in the transport stream.
virtual string AudioPids { get; }
Property Value
System.
Remarks
Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value.
EcmPid
This parameter is unused and deprecated.
virtual string EcmPid { get; }
Property Value
System.
Remarks
KlvBehavior
virtual string KlvBehavior { get; }
Property Value
System.
Remarks
KlvDataPids
virtual string KlvDataPids { get; }
Property Value
System.
Remarks
NielsenId3Behavior
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
virtual string NielsenId3Behavior { get; }
Property Value
System.
Remarks
PatInterval
The number of milliseconds between instances of this table in the output transport stream.
virtual Nullable<double> PatInterval { get; }
Property Value
System.
Remarks
A value of "0" writes out the PMT once per segment file.
PcrControl
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
virtual string PcrControl { get; }
Property Value
System.
Remarks
This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
PcrPeriod
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
virtual Nullable<double> PcrPeriod { get; }
Property Value
System.
Remarks
PcrPid
The PID of the Program Clock Reference (PCR) in the transport stream.
virtual string PcrPid { get; }
Property Value
System.
Remarks
When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value.
PmtInterval
The number of milliseconds between instances of this table in the output transport stream.
virtual Nullable<double> PmtInterval { get; }
Property Value
System.
Remarks
A value of "0" writes out the PMT once per segment file.
PmtPid
The PID for the Program Map Table (PMT) in the transport stream.
virtual string PmtPid { get; }
Property Value
System.
Remarks
You can enter the value as a decimal or hexadecimal value.
ProgramNum
The value of the program number field in the Program Map Table (PMT).
virtual Nullable<double> ProgramNum { get; }
Property Value
System.
Remarks
Scte35Behavior
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
virtual string Scte35Behavior { get; }
Property Value
System.
Remarks
Scte35Pid
The PID of the SCTE-35 stream in the transport stream.
virtual string Scte35Pid { get; }
Property Value
System.
Remarks
You can enter the value as a decimal or hexadecimal value.
TimedMetadataBehavior
When set to passthrough, timed metadata is passed through from input to output.
virtual string TimedMetadataBehavior { get; }
Property Value
System.
Remarks
TimedMetadataPid
The PID of the timed metadata stream in the transport stream.
virtual string TimedMetadataPid { get; }
Property Value
System.
Remarks
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
TransportStreamId
The value of the transport stream ID field in the Program Map Table (PMT).
virtual Nullable<double> TransportStreamId { get; }
Property Value
System.
Remarks
VideoPid
The PID of the elementary video stream in the transport stream.
virtual string VideoPid { get; }
Property Value
System.
Remarks
You can enter the value as a decimal or hexadecimal value.