Class M3u8Settings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.M3u8Settings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<M3u8Settings.Builder,M3u8Settings>
@Generated("software.amazon.awssdk:codegen") public final class M3u8Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<M3u8Settings.Builder,M3u8Settings>
Settings information for the .m3u8 container- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceM3u8Settings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegeraudioFramesPerPes()The number of audio frames to insert for each PES packet.StringaudioPids()Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.static M3u8Settings.Builderbuilder()StringecmPid()This parameter is unused and deprecated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()M3u8KlvBehaviorklvBehavior()If set to passthrough, passes any KLV data from the input source to this output.StringklvBehaviorAsString()If set to passthrough, passes any KLV data from the input source to this output.StringklvDataPids()Packet Identifier (PID) for input source KLV data to this output.M3u8NielsenId3BehaviornielsenId3Behavior()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.StringnielsenId3BehaviorAsString()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.IntegerpatInterval()The number of milliseconds between instances of this table in the output transport stream.M3u8PcrControlpcrControl()When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.StringpcrControlAsString()When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.IntegerpcrPeriod()Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.StringpcrPid()Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.IntegerpmtInterval()The number of milliseconds between instances of this table in the output transport stream.StringpmtPid()Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.IntegerprogramNum()The value of the program number field in the Program Map Table.M3u8Scte35Behaviorscte35Behavior()If set to passthrough, passes any SCTE-35 signals from the input source to this output.Stringscte35BehaviorAsString()If set to passthrough, passes any SCTE-35 signals from the input source to this output.Stringscte35Pid()Packet Identifier (PID) of the SCTE-35 stream in the transport stream.List<SdkField<?>>sdkFields()static Class<? extends M3u8Settings.Builder>serializableBuilderClass()M3u8TimedMetadataBehaviortimedMetadataBehavior()When set to passthrough, timed metadata is passed through from input to output.StringtimedMetadataBehaviorAsString()When set to passthrough, timed metadata is passed through from input to output.StringtimedMetadataPid()Packet Identifier (PID) of the timed metadata stream in the transport stream.M3u8Settings.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertransportStreamId()The value of the transport stream ID field in the Program Map Table.StringvideoPid()Packet Identifier (PID) of the elementary video stream in the transport stream.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
audioFramesPerPes
public final Integer 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
public final 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.- 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
public final String ecmPid()
This parameter is unused and deprecated.- Returns:
- This parameter is unused and deprecated.
-
nielsenId3Behavior
public final 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.If the service returns an enum value that is not available in the current SDK version,
nielsenId3Behaviorwill 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:
M3u8NielsenId3Behavior
-
nielsenId3BehaviorAsString
public final String 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,
nielsenId3Behaviorwill 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:
M3u8NielsenId3Behavior
-
patInterval
public final 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.- 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
public final 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.If the service returns an enum value that is not available in the current SDK version,
pcrControlwill 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:
M3u8PcrControl
-
pcrControlAsString
public final String 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,
pcrControlwill 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:
M3u8PcrControl
-
pcrPeriod
public final Integer 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
public final 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.- 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
public final 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.- 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
public final String 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
public final Integer 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
public final M3u8Scte35Behavior 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,
scte35Behaviorwill 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:
M3u8Scte35Behavior
-
scte35BehaviorAsString
public final String 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,
scte35Behaviorwill 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:
M3u8Scte35Behavior
-
scte35Pid
public final String 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
public final M3u8TimedMetadataBehavior 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,
timedMetadataBehaviorwill 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:
M3u8TimedMetadataBehavior
-
timedMetadataBehaviorAsString
public final String 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,
timedMetadataBehaviorwill 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:
M3u8TimedMetadataBehavior
-
timedMetadataPid
public final 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).- 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
public final Integer 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
public final String 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
public final M3u8KlvBehavior 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,
klvBehaviorwill 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:
M3u8KlvBehavior
-
klvBehaviorAsString
public final String 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,
klvBehaviorwill 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:
M3u8KlvBehavior
-
klvDataPids
public final 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).- 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
public M3u8Settings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<M3u8Settings.Builder,M3u8Settings>
-
builder
public static M3u8Settings.Builder builder()
-
serializableBuilderClass
public static Class<? extends M3u8Settings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-