@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class M3u8Settings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
M3u8Settings() |
Modifier and Type | Method and Description |
---|---|
M3u8Settings |
clone() |
boolean |
equals(Object obj) |
Integer |
getAudioFramesPerPes()
The number of audio frames to insert for each PES packet.
|
String |
getAudioPids()
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
String |
getEcmPid()
This parameter is unused and deprecated.
|
String |
getKlvBehavior()
If set to passthrough, passes any KLV data from the input source to this output.
|
String |
getKlvDataPids()
Packet Identifier (PID) for input source KLV data to this output.
|
String |
getNielsenId3Behavior()
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.
|
Integer |
getPatInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
String |
getPcrControl()
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream
(PES) header.
|
Integer |
getPcrPeriod()
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
|
String |
getPcrPid()
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
|
Integer |
getPmtInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
String |
getPmtPid()
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
Integer |
getProgramNum()
The value of the program number field in the Program Map Table.
|
String |
getScte35Behavior()
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
String |
getScte35Pid()
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
String |
getTimedMetadataBehavior()
When set to passthrough, timed metadata is passed through from input to output.
|
String |
getTimedMetadataPid()
Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
Integer |
getTransportStreamId()
The value of the transport stream ID field in the Program Map Table.
|
String |
getVideoPid()
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.
|
void |
setAudioPids(String audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
void |
setEcmPid(String ecmPid)
This parameter is unused and deprecated.
|
void |
setKlvBehavior(String klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.
|
void |
setKlvDataPids(String klvDataPids)
Packet Identifier (PID) for input source KLV data to this output.
|
void |
setNielsenId3Behavior(String 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.
|
void |
setPatInterval(Integer patInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
void |
setPcrControl(String pcrControl)
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream
(PES) header.
|
void |
setPcrPeriod(Integer pcrPeriod)
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
|
void |
setPcrPid(String pcrPid)
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
|
void |
setPmtInterval(Integer pmtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
void |
setPmtPid(String pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
void |
setProgramNum(Integer programNum)
The value of the program number field in the Program Map Table.
|
void |
setScte35Behavior(String scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
void |
setScte35Pid(String scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
void |
setTimedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
void |
setTimedMetadataPid(String timedMetadataPid)
Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
void |
setTransportStreamId(Integer transportStreamId)
The value of the transport stream ID field in the Program Map Table.
|
void |
setVideoPid(String videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
String |
toString()
Returns a string representation of this object.
|
M3u8Settings |
withAudioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.
|
M3u8Settings |
withAudioPids(String audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M3u8Settings |
withEcmPid(String ecmPid)
This parameter is unused and deprecated.
|
M3u8Settings |
withKlvBehavior(M3u8KlvBehavior klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.
|
M3u8Settings |
withKlvBehavior(String klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.
|
M3u8Settings |
withKlvDataPids(String klvDataPids)
Packet Identifier (PID) for input source KLV data to this output.
|
M3u8Settings |
withNielsenId3Behavior(M3u8NielsenId3Behavior 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.
|
M3u8Settings |
withNielsenId3Behavior(String 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.
|
M3u8Settings |
withPatInterval(Integer patInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings |
withPcrControl(M3u8PcrControl pcrControl)
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream
(PES) header.
|
M3u8Settings |
withPcrControl(String pcrControl)
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream
(PES) header.
|
M3u8Settings |
withPcrPeriod(Integer pcrPeriod)
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
|
M3u8Settings |
withPcrPid(String pcrPid)
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
|
M3u8Settings |
withPmtInterval(Integer pmtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings |
withPmtPid(String pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
M3u8Settings |
withProgramNum(Integer programNum)
The value of the program number field in the Program Map Table.
|
M3u8Settings |
withScte35Behavior(M3u8Scte35Behavior scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
M3u8Settings |
withScte35Behavior(String scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
M3u8Settings |
withScte35Pid(String scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
M3u8Settings |
withTimedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
M3u8Settings |
withTimedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
M3u8Settings |
withTimedMetadataPid(String timedMetadataPid)
Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
M3u8Settings |
withTransportStreamId(Integer transportStreamId)
The value of the transport stream ID field in the Program Map Table.
|
M3u8Settings |
withVideoPid(String videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
public void setAudioFramesPerPes(Integer audioFramesPerPes)
audioFramesPerPes
- The number of audio frames to insert for each PES packet.public Integer getAudioFramesPerPes()
public M3u8Settings withAudioFramesPerPes(Integer audioFramesPerPes)
audioFramesPerPes
- The number of audio frames to insert for each PES packet.public void setAudioPids(String audioPids)
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. Can be entered as decimal or
hexadecimal values.public String getAudioPids()
public M3u8Settings withAudioPids(String audioPids)
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. Can be entered as decimal or
hexadecimal values.public void setEcmPid(String ecmPid)
ecmPid
- This parameter is unused and deprecated.public String getEcmPid()
public M3u8Settings withEcmPid(String ecmPid)
ecmPid
- This parameter is unused and deprecated.public void setNielsenId3Behavior(String nielsenId3Behavior)
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.M3u8NielsenId3Behavior
public String getNielsenId3Behavior()
M3u8NielsenId3Behavior
public M3u8Settings withNielsenId3Behavior(String nielsenId3Behavior)
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.M3u8NielsenId3Behavior
public M3u8Settings withNielsenId3Behavior(M3u8NielsenId3Behavior nielsenId3Behavior)
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.M3u8NielsenId3Behavior
public void setPatInterval(Integer patInterval)
patInterval
- The number of milliseconds between instances of this table in the output transport stream. A value of
\"0\" writes out the PMT once per segment file.public Integer getPatInterval()
public M3u8Settings withPatInterval(Integer patInterval)
patInterval
- The number of milliseconds between instances of this table in the output transport stream. A value of
\"0\" writes out the PMT once per segment file.public void setPcrControl(String pcrControl)
pcrControl
- When set to pcrEveryPesPacket, 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.M3u8PcrControl
public String getPcrControl()
M3u8PcrControl
public M3u8Settings withPcrControl(String pcrControl)
pcrControl
- When set to pcrEveryPesPacket, 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.M3u8PcrControl
public M3u8Settings withPcrControl(M3u8PcrControl pcrControl)
pcrControl
- When set to pcrEveryPesPacket, 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.M3u8PcrControl
public void setPcrPeriod(Integer pcrPeriod)
pcrPeriod
- Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.public Integer getPcrPeriod()
public M3u8Settings withPcrPeriod(Integer pcrPeriod)
pcrPeriod
- Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.public void setPcrPid(String pcrPid)
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. Can be entered as a decimal or hexadecimal
value.public String getPcrPid()
public M3u8Settings withPcrPid(String pcrPid)
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. Can be entered as a decimal or hexadecimal
value.public void setPmtInterval(Integer pmtInterval)
pmtInterval
- The number of milliseconds between instances of this table in the output transport stream. A value of
\"0\" writes out the PMT once per segment file.public Integer getPmtInterval()
public M3u8Settings withPmtInterval(Integer pmtInterval)
pmtInterval
- The number of milliseconds between instances of this table in the output transport stream. A value of
\"0\" writes out the PMT once per segment file.public void setPmtPid(String pmtPid)
pmtPid
- Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a
decimal or hexadecimal value.public String getPmtPid()
public M3u8Settings withPmtPid(String pmtPid)
pmtPid
- Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a
decimal or hexadecimal value.public void setProgramNum(Integer programNum)
programNum
- The value of the program number field in the Program Map Table.public Integer getProgramNum()
public M3u8Settings withProgramNum(Integer programNum)
programNum
- The value of the program number field in the Program Map Table.public void setScte35Behavior(String scte35Behavior)
scte35Behavior
- If set to passthrough, passes any SCTE-35 signals from the input source to this output.M3u8Scte35Behavior
public String getScte35Behavior()
M3u8Scte35Behavior
public M3u8Settings withScte35Behavior(String scte35Behavior)
scte35Behavior
- If set to passthrough, passes any SCTE-35 signals from the input source to this output.M3u8Scte35Behavior
public M3u8Settings withScte35Behavior(M3u8Scte35Behavior scte35Behavior)
scte35Behavior
- If set to passthrough, passes any SCTE-35 signals from the input source to this output.M3u8Scte35Behavior
public void setScte35Pid(String scte35Pid)
scte35Pid
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or
hexadecimal value.public String getScte35Pid()
public M3u8Settings withScte35Pid(String scte35Pid)
scte35Pid
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or
hexadecimal value.public void setTimedMetadataBehavior(String timedMetadataBehavior)
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.M3u8TimedMetadataBehavior
public String getTimedMetadataBehavior()
M3u8TimedMetadataBehavior
public M3u8Settings withTimedMetadataBehavior(String timedMetadataBehavior)
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.M3u8TimedMetadataBehavior
public M3u8Settings withTimedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior)
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.M3u8TimedMetadataBehavior
public void setTimedMetadataPid(String timedMetadataPid)
timedMetadataPid
- Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal
or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).public String getTimedMetadataPid()
public M3u8Settings withTimedMetadataPid(String timedMetadataPid)
timedMetadataPid
- Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal
or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).public void setTransportStreamId(Integer transportStreamId)
transportStreamId
- The value of the transport stream ID field in the Program Map Table.public Integer getTransportStreamId()
public M3u8Settings withTransportStreamId(Integer transportStreamId)
transportStreamId
- The value of the transport stream ID field in the Program Map Table.public void setVideoPid(String videoPid)
videoPid
- Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a
decimal or hexadecimal value.public String getVideoPid()
public M3u8Settings withVideoPid(String videoPid)
videoPid
- Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a
decimal or hexadecimal value.public void setKlvBehavior(String klvBehavior)
klvBehavior
- If set to passthrough, passes any KLV data from the input source to this output.M3u8KlvBehavior
public String getKlvBehavior()
M3u8KlvBehavior
public M3u8Settings withKlvBehavior(String klvBehavior)
klvBehavior
- If set to passthrough, passes any KLV data from the input source to this output.M3u8KlvBehavior
public M3u8Settings withKlvBehavior(M3u8KlvBehavior klvBehavior)
klvBehavior
- If set to passthrough, passes any KLV data from the input source to this output.M3u8KlvBehavior
public void setKlvDataPids(String klvDataPids)
klvDataPids
- Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be
entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID
specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).public String getKlvDataPids()
public M3u8Settings withKlvDataPids(String klvDataPids)
klvDataPids
- Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be
entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID
specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).public String toString()
toString
in class Object
Object.toString()
public M3u8Settings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.