| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
M3u8Settings |
M3u8Settings.clone() |
M3u8Settings |
ContainerSettings.getM3u8Settings()
Settings for TS segments in HLS
|
M3u8Settings |
M3u8Settings.withAudioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.
|
M3u8Settings |
M3u8Settings.withAudioPids(Collection<Integer> audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M3u8Settings |
M3u8Settings.withAudioPids(Integer... audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M3u8Settings |
M3u8Settings.withNielsenId3(M3u8NielsenId3 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.
|
M3u8Settings |
M3u8Settings.withNielsenId3(String 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.
|
M3u8Settings |
M3u8Settings.withPatInterval(Integer patInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings |
M3u8Settings.withPcrControl(M3u8PcrControl pcrControl)
When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary
Stream (PES) header.
|
M3u8Settings |
M3u8Settings.withPcrControl(String pcrControl)
When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary
Stream (PES) header.
|
M3u8Settings |
M3u8Settings.withPcrPid(Integer pcrPid)
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
|
M3u8Settings |
M3u8Settings.withPmtInterval(Integer pmtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings |
M3u8Settings.withPmtPid(Integer pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
M3u8Settings |
M3u8Settings.withPrivateMetadataPid(Integer privateMetadataPid)
Packet Identifier (PID) of the private metadata stream in the transport stream.
|
M3u8Settings |
M3u8Settings.withProgramNumber(Integer programNumber)
The value of the program number field in the Program Map Table.
|
M3u8Settings |
M3u8Settings.withScte35Pid(Integer scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
M3u8Settings |
M3u8Settings.withScte35Source(M3u8Scte35Source scte35Source)
For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in
your input to also appear in this output.
|
M3u8Settings |
M3u8Settings.withScte35Source(String scte35Source)
For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in
your input to also appear in this output.
|
M3u8Settings |
M3u8Settings.withTimedMetadata(String timedMetadata)
Applies only to HLS outputs.
|
M3u8Settings |
M3u8Settings.withTimedMetadata(TimedMetadata timedMetadata)
Applies only to HLS outputs.
|
M3u8Settings |
M3u8Settings.withTimedMetadataPid(Integer timedMetadataPid)
Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
M3u8Settings |
M3u8Settings.withTransportStreamId(Integer transportStreamId)
The value of the transport stream ID field in the Program Map Table.
|
M3u8Settings |
M3u8Settings.withVideoPid(Integer videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSettings.setM3u8Settings(M3u8Settings m3u8Settings)
Settings for TS segments in HLS
|
ContainerSettings |
ContainerSettings.withM3u8Settings(M3u8Settings m3u8Settings)
Settings for TS segments in HLS
|
Copyright © 2019. All rights reserved.