Interface M3u8Settings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<M3u8Settings.Builder,M3u8Settings>,SdkBuilder<M3u8Settings.Builder,M3u8Settings>,SdkPojo
- Enclosing class:
- M3u8Settings
public static interface M3u8Settings.Builder extends SdkPojo, CopyableBuilder<M3u8Settings.Builder,M3u8Settings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M3u8Settings.BuilderaudioFramesPerPes(Integer audioFramesPerPes)The number of audio frames to insert for each PES packet.M3u8Settings.BuilderaudioPids(String audioPids)Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.M3u8Settings.BuilderecmPid(String ecmPid)This parameter is unused and deprecated.M3u8Settings.BuilderklvBehavior(String klvBehavior)If set to passthrough, passes any KLV data from the input source to this output.M3u8Settings.BuilderklvBehavior(M3u8KlvBehavior klvBehavior)If set to passthrough, passes any KLV data from the input source to this output.M3u8Settings.BuilderklvDataPids(String klvDataPids)Packet Identifier (PID) for input source KLV data to this output.M3u8Settings.BuildernielsenId3Behavior(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.BuildernielsenId3Behavior(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.BuilderpatInterval(Integer patInterval)The number of milliseconds between instances of this table in the output transport stream.M3u8Settings.BuilderpcrControl(String pcrControl)When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.M3u8Settings.BuilderpcrControl(M3u8PcrControl pcrControl)When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.M3u8Settings.BuilderpcrPeriod(Integer pcrPeriod)Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.M3u8Settings.BuilderpcrPid(String pcrPid)Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.M3u8Settings.BuilderpmtInterval(Integer pmtInterval)The number of milliseconds between instances of this table in the output transport stream.M3u8Settings.BuilderpmtPid(String pmtPid)Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.M3u8Settings.BuilderprogramNum(Integer programNum)The value of the program number field in the Program Map Table.M3u8Settings.Builderscte35Behavior(String scte35Behavior)If set to passthrough, passes any SCTE-35 signals from the input source to this output.M3u8Settings.Builderscte35Behavior(M3u8Scte35Behavior scte35Behavior)If set to passthrough, passes any SCTE-35 signals from the input source to this output.M3u8Settings.Builderscte35Pid(String scte35Pid)Packet Identifier (PID) of the SCTE-35 stream in the transport stream.M3u8Settings.BuildertimedMetadataBehavior(String timedMetadataBehavior)When set to passthrough, timed metadata is passed through from input to output.M3u8Settings.BuildertimedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior)When set to passthrough, timed metadata is passed through from input to output.M3u8Settings.BuildertimedMetadataPid(String timedMetadataPid)Packet Identifier (PID) of the timed metadata stream in the transport stream.M3u8Settings.BuildertransportStreamId(Integer transportStreamId)The value of the transport stream ID field in the Program Map Table.M3u8Settings.BuildervideoPid(String videoPid)Packet Identifier (PID) of the elementary video stream in the transport stream.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
audioFramesPerPes
M3u8Settings.Builder audioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.- Parameters:
audioFramesPerPes- The number of audio frames to insert for each PES packet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioPids
M3u8Settings.Builder audioPids(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecmPid
M3u8Settings.Builder ecmPid(String ecmPid)
This parameter is unused and deprecated.- Parameters:
ecmPid- This parameter is unused and deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nielsenId3Behavior
M3u8Settings.Builder nielsenId3Behavior(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8NielsenId3Behavior,M3u8NielsenId3Behavior
-
nielsenId3Behavior
M3u8Settings.Builder nielsenId3Behavior(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8NielsenId3Behavior,M3u8NielsenId3Behavior
-
patInterval
M3u8Settings.Builder patInterval(Integer 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pcrControl
M3u8Settings.Builder pcrControl(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8PcrControl,M3u8PcrControl
-
pcrControl
M3u8Settings.Builder pcrControl(M3u8PcrControl 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8PcrControl,M3u8PcrControl
-
pcrPeriod
M3u8Settings.Builder pcrPeriod(Integer pcrPeriod)
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.- Parameters:
pcrPeriod- Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pcrPid
M3u8Settings.Builder pcrPid(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pmtInterval
M3u8Settings.Builder pmtInterval(Integer 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pmtPid
M3u8Settings.Builder pmtPid(String pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.- Parameters:
pmtPid- Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programNum
M3u8Settings.Builder programNum(Integer programNum)
The value of the program number field in the Program Map Table.- Parameters:
programNum- The value of the program number field in the Program Map Table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte35Behavior
M3u8Settings.Builder scte35Behavior(String scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.- Parameters:
scte35Behavior- If set to passthrough, passes any SCTE-35 signals from the input source to this output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8Scte35Behavior,M3u8Scte35Behavior
-
scte35Behavior
M3u8Settings.Builder scte35Behavior(M3u8Scte35Behavior scte35Behavior)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.- Parameters:
scte35Behavior- If set to passthrough, passes any SCTE-35 signals from the input source to this output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8Scte35Behavior,M3u8Scte35Behavior
-
scte35Pid
M3u8Settings.Builder scte35Pid(String scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.- Parameters:
scte35Pid- Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timedMetadataBehavior
M3u8Settings.Builder timedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.- Parameters:
timedMetadataBehavior- When set to passthrough, timed metadata is passed through from input to output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8TimedMetadataBehavior,M3u8TimedMetadataBehavior
-
timedMetadataBehavior
M3u8Settings.Builder timedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.- Parameters:
timedMetadataBehavior- When set to passthrough, timed metadata is passed through from input to output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8TimedMetadataBehavior,M3u8TimedMetadataBehavior
-
timedMetadataPid
M3u8Settings.Builder timedMetadataPid(String 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).- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transportStreamId
M3u8Settings.Builder transportStreamId(Integer transportStreamId)
The value of the transport stream ID field in the Program Map Table.- Parameters:
transportStreamId- The value of the transport stream ID field in the Program Map Table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
videoPid
M3u8Settings.Builder videoPid(String videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.- Parameters:
videoPid- Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
klvBehavior
M3u8Settings.Builder klvBehavior(String klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.- Parameters:
klvBehavior- If set to passthrough, passes any KLV data from the input source to this output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8KlvBehavior,M3u8KlvBehavior
-
klvBehavior
M3u8Settings.Builder klvBehavior(M3u8KlvBehavior klvBehavior)
If set to passthrough, passes any KLV data from the input source to this output.- Parameters:
klvBehavior- If set to passthrough, passes any KLV data from the input source to this output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M3u8KlvBehavior,M3u8KlvBehavior
-
klvDataPids
M3u8Settings.Builder klvDataPids(String 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).- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-