| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
M3u8Settings |
M3u8Settings.clone() |
M3u8Settings |
ContainerSettings.getM3u8Settings() |
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) |
M3u8Settings |
M3u8Settings.withNielsenId3(String nielsenId3) |
M3u8Settings |
M3u8Settings.withPatInterval(Integer patInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings |
M3u8Settings.withPcrControl(M3u8PcrControl pcrControl) |
M3u8Settings |
M3u8Settings.withPcrControl(String pcrControl) |
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) |
M3u8Settings |
M3u8Settings.withScte35Source(String scte35Source) |
M3u8Settings |
M3u8Settings.withTimedMetadata(String timedMetadata) |
M3u8Settings |
M3u8Settings.withTimedMetadata(TimedMetadata timedMetadata) |
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) |
ContainerSettings |
ContainerSettings.withM3u8Settings(M3u8Settings m3u8Settings) |
Copyright © 2019. All rights reserved.