| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
M3u8Settings |
M3u8Settings.clone() |
M3u8Settings |
StandardHlsSettings.getM3u8Settings() |
M3u8Settings |
M3u8Settings.withAudioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.
|
M3u8Settings |
M3u8Settings.withAudioPids(String audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M3u8Settings |
M3u8Settings.withEcmPid(String ecmPid)
This parameter is unused and deprecated.
|
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 pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream
(PES) header.
|
M3u8Settings |
M3u8Settings.withPcrControl(String pcrControl)
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream
(PES) header.
|
M3u8Settings |
M3u8Settings.withPcrPeriod(Integer pcrPeriod)
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
|
M3u8Settings |
M3u8Settings.withPcrPid(String 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(String pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
M3u8Settings |
M3u8Settings.withProgramNum(Integer programNum)
The value of the program number field in the Program Map Table.
|
M3u8Settings |
M3u8Settings.withScte35Behavior(M3u8Scte35Behavior scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
M3u8Settings |
M3u8Settings.withScte35Behavior(String scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
M3u8Settings |
M3u8Settings.withScte35Pid(String scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
M3u8Settings |
M3u8Settings.withTimedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
M3u8Settings |
M3u8Settings.withTimedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
M3u8Settings |
M3u8Settings.withTimedMetadataPid(String 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(String videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardHlsSettings.setM3u8Settings(M3u8Settings m3u8Settings) |
StandardHlsSettings |
StandardHlsSettings.withM3u8Settings(M3u8Settings m3u8Settings) |
Copyright © 2019. All rights reserved.