Class MultiplexM2tsSettings
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MultiplexM2tsSettings.Builder,
MultiplexM2tsSettings>
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionWhen set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input.final String
When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input.final M2tsArib
arib()
When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.final String
When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.final M2tsAudioBufferModel
When set to dvb, uses DVB buffer model for Dolby Digital audio.final String
When set to dvb, uses DVB buffer model for Dolby Digital audio.final Integer
The number of audio frames to insert for each PES packet.final M2tsAudioStreamType
When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.final String
When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.builder()
final M2tsCcDescriptor
When set to enabled, generates captionServiceDescriptor in PMT.final String
When set to enabled, generates captionServiceDescriptor in PMT.final M2tsEbifControl
ebif()
If set to passthrough, passes any EBIF data from the input source to this output.final String
If set to passthrough, passes any EBIF data from the input source to this output.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final M2tsEsRateInPes
Include or exclude the ES Rate field in the PES header.final String
Include or exclude the ES Rate field in the PES header.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final M2tsKlv
klv()
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 M2tsNielsenId3Behavior
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 M2tsPcrControl
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 Reference (PCRs) inserted into the transport stream.final M2tsScte35Control
Optionally pass SCTE-35 signals from the input source to this output.final String
Optionally pass SCTE-35 signals from the input source to this output.final Double
Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output.static Class
<? extends MultiplexM2tsSettings.Builder> 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.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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,
absentInputAudioBehavior
will 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:
-
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,
absentInputAudioBehavior
will 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:
-
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,
arib
will 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:
-
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,
arib
will 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:
-
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,
audioBufferModel
will 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:
-
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,
audioBufferModel
will 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:
-
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
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,
audioStreamType
will 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:
-
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,
audioStreamType
will 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:
-
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,
ccDescriptor
will 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:
-
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,
ccDescriptor
will 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:
-
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,
ebif
will 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:
-
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,
ebif
will 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:
-
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,
esRateInPes
will 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:
-
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,
esRateInPes
will 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:
-
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,
klv
will 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:
-
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,
klv
will 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:
-
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 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:
-
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 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:
-
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 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:
-
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 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:
-
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
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,
scte35Control
will 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:
-
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,
scte35Control
will 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:
-
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
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<MultiplexM2tsSettings.Builder,
MultiplexM2tsSettings> - 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
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-