Class M3u8Settings
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<M3u8Settings.Builder,
M3u8Settings>
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
The number of audio frames to insert for each PES packet.final String
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.static M3u8Settings.Builder
builder()
final String
ecmPid()
This parameter is unused and deprecated.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final M3u8KlvBehavior
If set to passthrough, passes any KLV data from the input source to this output.final String
If set to passthrough, passes any KLV data from the input source to this output.final String
Packet Identifier (PID) for input source KLV data to this output.final M3u8NielsenId3Behavior
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.final String
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.final Integer
The number of milliseconds between instances of this table in the output transport stream.final M3u8PcrControl
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.final String
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.final Integer
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.final String
pcrPid()
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.final Integer
The number of milliseconds between instances of this table in the output transport stream.final String
pmtPid()
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.final Integer
The value of the program number field in the Program Map Table.final M3u8Scte35Behavior
If set to passthrough, passes any SCTE-35 signals from the input source to this output.final String
If set to passthrough, passes any SCTE-35 signals from the input source to this output.final String
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.static Class
<? extends M3u8Settings.Builder> When set to passthrough, timed metadata is passed through from input to output.final String
When set to passthrough, timed metadata is passed through from input to output.final String
Packet Identifier (PID) of the timed metadata stream in the transport stream.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
The value of the transport stream ID field in the Program Map Table.final String
videoPid()
Packet Identifier (PID) of the elementary video stream in the transport stream.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
audioFramesPerPes
The number of audio frames to insert for each PES packet.- Returns:
- The number of audio frames to insert for each PES packet.
-
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:
- 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.
-
ecmPid
This parameter is unused and deprecated.- Returns:
- This parameter is unused and deprecated.
-
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.If the service returns an enum value that is not available in the current SDK version,
nielsenId3Behavior
will returnM3u8NielsenId3Behavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromnielsenId3BehaviorAsString()
.- Returns:
- 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.
- See Also:
-
nielsenId3BehaviorAsString
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.If the service returns an enum value that is not available in the current SDK version,
nielsenId3Behavior
will returnM3u8NielsenId3Behavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromnielsenId3BehaviorAsString()
.- Returns:
- 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.
- See Also:
-
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:
- 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.
-
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.If the service returns an enum value that is not available in the current SDK version,
pcrControl
will returnM3u8PcrControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompcrControlAsString()
.- Returns:
- 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.
- See Also:
-
pcrControlAsString
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.If the service returns an enum value that is not available in the current SDK version,
pcrControl
will returnM3u8PcrControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompcrControlAsString()
.- Returns:
- 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.
- See Also:
-
pcrPeriod
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.- Returns:
- Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.
-
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:
- 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.
-
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:
- 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.
-
pmtPid
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.- Returns:
- Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.
-
programNum
The value of the program number field in the Program Map Table.- Returns:
- The value of the program number field in the Program Map Table.
-
scte35Behavior
If set to passthrough, passes any SCTE-35 signals from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
scte35Behavior
will returnM3u8Scte35Behavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromscte35BehaviorAsString()
.- Returns:
- If set to passthrough, passes any SCTE-35 signals from the input source to this output.
- See Also:
-
scte35BehaviorAsString
If set to passthrough, passes any SCTE-35 signals from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
scte35Behavior
will returnM3u8Scte35Behavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromscte35BehaviorAsString()
.- Returns:
- If set to passthrough, passes any SCTE-35 signals from the input source to this output.
- See Also:
-
scte35Pid
Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.- Returns:
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.
-
timedMetadataBehavior
When set to passthrough, timed metadata is passed through from input to output.If the service returns an enum value that is not available in the current SDK version,
timedMetadataBehavior
will returnM3u8TimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtimedMetadataBehaviorAsString()
.- Returns:
- When set to passthrough, timed metadata is passed through from input to output.
- See Also:
-
timedMetadataBehaviorAsString
When set to passthrough, timed metadata is passed through from input to output.If the service returns an enum value that is not available in the current SDK version,
timedMetadataBehavior
will returnM3u8TimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtimedMetadataBehaviorAsString()
.- Returns:
- When set to passthrough, timed metadata is passed through from input to output.
- See Also:
-
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:
- 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).
-
transportStreamId
The value of the transport stream ID field in the Program Map Table.- Returns:
- The value of the transport stream ID field in the Program Map Table.
-
videoPid
Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.- Returns:
- Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.
-
klvBehavior
If set to passthrough, passes any KLV data from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
klvBehavior
will returnM3u8KlvBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromklvBehaviorAsString()
.- Returns:
- If set to passthrough, passes any KLV data from the input source to this output.
- See Also:
-
klvBehaviorAsString
If set to passthrough, passes any KLV data from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
klvBehavior
will returnM3u8KlvBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromklvBehaviorAsString()
.- Returns:
- If set to passthrough, passes any KLV data from the input source to this output.
- See Also:
-
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:
- 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).
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<M3u8Settings.Builder,
M3u8Settings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-