Class MultiplexM2tsSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.MultiplexM2tsSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MultiplexM2tsSettings.Builder,MultiplexM2tsSettings>
@Generated("software.amazon.awssdk:codegen") public final class MultiplexM2tsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultiplexM2tsSettings.Builder,MultiplexM2tsSettings>
Multiplex M2ts Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMultiplexM2tsSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description M2tsAbsentInputAudioBehaviorabsentInputAudioBehavior()When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input.StringabsentInputAudioBehaviorAsString()When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input.M2tsAribarib()When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.StringaribAsString()When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.M2tsAudioBufferModelaudioBufferModel()When set to dvb, uses DVB buffer model for Dolby Digital audio.StringaudioBufferModelAsString()When set to dvb, uses DVB buffer model for Dolby Digital audio.IntegeraudioFramesPerPes()The number of audio frames to insert for each PES packet.M2tsAudioStreamTypeaudioStreamType()When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.StringaudioStreamTypeAsString()When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.static MultiplexM2tsSettings.Builderbuilder()M2tsCcDescriptorccDescriptor()When set to enabled, generates captionServiceDescriptor in PMT.StringccDescriptorAsString()When set to enabled, generates captionServiceDescriptor in PMT.M2tsEbifControlebif()If set to passthrough, passes any EBIF data from the input source to this output.StringebifAsString()If set to passthrough, passes any EBIF data from the input source to this output.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)M2tsEsRateInPesesRateInPes()Include or exclude the ES Rate field in the PES header.StringesRateInPesAsString()Include or exclude the ES Rate field in the PES header.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()M2tsKlvklv()If set to passthrough, passes any KLV data from the input source to this output.StringklvAsString()If set to passthrough, passes any KLV data from the input source to this output.M2tsNielsenId3BehaviornielsenId3Behavior()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.M2tsPcrControlpcrControl()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 Reference (PCRs) inserted into the transport stream.M2tsScte35Controlscte35Control()Optionally pass SCTE-35 signals from the input source to this output.Stringscte35ControlAsString()Optionally pass SCTE-35 signals from the input source to this output.Doublescte35PrerollPullupMilliseconds()Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MultiplexM2tsSettings.Builder>serializableBuilderClass()MultiplexM2tsSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
absentInputAudioBehavior
public final M2tsAbsentInputAudioBehavior absentInputAudioBehavior()
When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.If the service returns an enum value that is not available in the current SDK version,
absentInputAudioBehaviorwill returnM2tsAbsentInputAudioBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromabsentInputAudioBehaviorAsString().- Returns:
- When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.
- See Also:
M2tsAbsentInputAudioBehavior
-
absentInputAudioBehaviorAsString
public final String absentInputAudioBehaviorAsString()
When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.If the service returns an enum value that is not available in the current SDK version,
absentInputAudioBehaviorwill returnM2tsAbsentInputAudioBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromabsentInputAudioBehaviorAsString().- Returns:
- When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.
- See Also:
M2tsAbsentInputAudioBehavior
-
arib
public final M2tsArib arib()
When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.If the service returns an enum value that is not available in the current SDK version,
aribwill returnM2tsArib.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaribAsString().- Returns:
- When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.
- See Also:
M2tsArib
-
aribAsString
public final String aribAsString()
When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.If the service returns an enum value that is not available in the current SDK version,
aribwill returnM2tsArib.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaribAsString().- Returns:
- When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.
- See Also:
M2tsArib
-
audioBufferModel
public final M2tsAudioBufferModel audioBufferModel()
When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.If the service returns an enum value that is not available in the current SDK version,
audioBufferModelwill returnM2tsAudioBufferModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaudioBufferModelAsString().- Returns:
- When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.
- See Also:
M2tsAudioBufferModel
-
audioBufferModelAsString
public final String audioBufferModelAsString()
When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.If the service returns an enum value that is not available in the current SDK version,
audioBufferModelwill returnM2tsAudioBufferModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaudioBufferModelAsString().- Returns:
- When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.
- See Also:
M2tsAudioBufferModel
-
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.
-
audioStreamType
public final M2tsAudioStreamType audioStreamType()
When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.If the service returns an enum value that is not available in the current SDK version,
audioStreamTypewill returnM2tsAudioStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaudioStreamTypeAsString().- Returns:
- When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.
- See Also:
M2tsAudioStreamType
-
audioStreamTypeAsString
public final String audioStreamTypeAsString()
When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.If the service returns an enum value that is not available in the current SDK version,
audioStreamTypewill returnM2tsAudioStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaudioStreamTypeAsString().- Returns:
- When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.
- See Also:
M2tsAudioStreamType
-
ccDescriptor
public final M2tsCcDescriptor ccDescriptor()
When set to enabled, generates captionServiceDescriptor in PMT.If the service returns an enum value that is not available in the current SDK version,
ccDescriptorwill returnM2tsCcDescriptor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromccDescriptorAsString().- Returns:
- When set to enabled, generates captionServiceDescriptor in PMT.
- See Also:
M2tsCcDescriptor
-
ccDescriptorAsString
public final String ccDescriptorAsString()
When set to enabled, generates captionServiceDescriptor in PMT.If the service returns an enum value that is not available in the current SDK version,
ccDescriptorwill returnM2tsCcDescriptor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromccDescriptorAsString().- Returns:
- When set to enabled, generates captionServiceDescriptor in PMT.
- See Also:
M2tsCcDescriptor
-
ebif
public final M2tsEbifControl ebif()
If set to passthrough, passes any EBIF data from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
ebifwill returnM2tsEbifControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromebifAsString().- Returns:
- If set to passthrough, passes any EBIF data from the input source to this output.
- See Also:
M2tsEbifControl
-
ebifAsString
public final String ebifAsString()
If set to passthrough, passes any EBIF data from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
ebifwill returnM2tsEbifControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromebifAsString().- Returns:
- If set to passthrough, passes any EBIF data from the input source to this output.
- See Also:
M2tsEbifControl
-
esRateInPes
public final M2tsEsRateInPes esRateInPes()
Include or exclude the ES Rate field in the PES header.If the service returns an enum value that is not available in the current SDK version,
esRateInPeswill returnM2tsEsRateInPes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromesRateInPesAsString().- Returns:
- Include or exclude the ES Rate field in the PES header.
- See Also:
M2tsEsRateInPes
-
esRateInPesAsString
public final String esRateInPesAsString()
Include or exclude the ES Rate field in the PES header.If the service returns an enum value that is not available in the current SDK version,
esRateInPeswill returnM2tsEsRateInPes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromesRateInPesAsString().- Returns:
- Include or exclude the ES Rate field in the PES header.
- See Also:
M2tsEsRateInPes
-
klv
public final M2tsKlv klv()
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,
klvwill returnM2tsKlv.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromklvAsString().- Returns:
- If set to passthrough, passes any KLV data from the input source to this output.
- See Also:
M2tsKlv
-
klvAsString
public final String klvAsString()
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,
klvwill returnM2tsKlv.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromklvAsString().- Returns:
- If set to passthrough, passes any KLV data from the input source to this output.
- See Also:
M2tsKlv
-
nielsenId3Behavior
public final M2tsNielsenId3Behavior 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 returnM2tsNielsenId3Behavior.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:
M2tsNielsenId3Behavior
-
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 returnM2tsNielsenId3Behavior.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:
M2tsNielsenId3Behavior
-
pcrControl
public final M2tsPcrControl 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 returnM2tsPcrControl.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:
M2tsPcrControl
-
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 returnM2tsPcrControl.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:
M2tsPcrControl
-
pcrPeriod
public final Integer pcrPeriod()
Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.- Returns:
- Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.
-
scte35Control
public final M2tsScte35Control scte35Control()
Optionally pass 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,
scte35Controlwill returnM2tsScte35Control.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscte35ControlAsString().- Returns:
- Optionally pass SCTE-35 signals from the input source to this output.
- See Also:
M2tsScte35Control
-
scte35ControlAsString
public final String scte35ControlAsString()
Optionally pass 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,
scte35Controlwill returnM2tsScte35Control.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscte35ControlAsString().- Returns:
- Optionally pass SCTE-35 signals from the input source to this output.
- See Also:
M2tsScte35Control
-
scte35PrerollPullupMilliseconds
public final Double scte35PrerollPullupMilliseconds()
Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.- Returns:
- Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.
-
toBuilder
public MultiplexM2tsSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MultiplexM2tsSettings.Builder,MultiplexM2tsSettings>
-
builder
public static MultiplexM2tsSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends MultiplexM2tsSettings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-