Class M2tsSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<M2tsSettings.Builder,M2tsSettings>
- 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 StringWhen set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input.final M2tsAribarib()When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.final StringWhen set to enabled, uses ARIB-compliant field muxing and removes video descriptor.final StringPacket Identifier (PID) for ARIB Captions in the transport stream.If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids.final StringIf set to auto, pid number used for ARIB Captions will be auto-selected from unused pids.final M2tsAudioBufferModelWhen set to dvb, uses DVB buffer model for Dolby Digital audio.final StringWhen set to dvb, uses DVB buffer model for Dolby Digital audio.final IntegerThe number of audio frames to insert for each PES packet.final StringPacket Identifier (PID) of the elementary audio stream(s) in the transport stream.final M2tsAudioStreamTypeWhen set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.final StringWhen set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3.final Integerbitrate()The output bitrate of the transport stream in bits per second.final M2tsBufferModelControls the timing accuracy for output network traffic.final StringControls the timing accuracy for output network traffic.static M2tsSettings.Builderbuilder()final M2tsCcDescriptorWhen set to enabled, generates captionServiceDescriptor in PMT.final StringWhen set to enabled, generates captionServiceDescriptor in PMT.final DvbNitSettingsInserts DVB Network Information Table (NIT) at the specified table repetition interval.final DvbSdtSettingsInserts DVB Service Description Table (SDT) at the specified table repetition interval.final StringPacket Identifier (PID) for input source DVB Subtitle data to this output.final DvbTdtSettingsInserts DVB Time and Date Table (TDT) at the specified table repetition interval.final StringPacket Identifier (PID) for input source DVB Teletext data to this output.final M2tsEbifControlebif()If set to passthrough, passes any EBIF data from the input source to this output.final StringIf set to passthrough, passes any EBIF data from the input source to this output.final M2tsAudioIntervalWhen videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4.final StringWhen videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4.final IntegerWhen set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video.final M2tsEbpPlacementControls placement of EBP on Audio PIDs.final StringControls placement of EBP on Audio PIDs.final StringecmPid()This field is unused and deprecated.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final M2tsEsRateInPesInclude or exclude the ES Rate field in the PES header.final StringInclude or exclude the ES Rate field in the PES header.final StringPacket Identifier (PID) for input source ETV Platform data to this output.final StringPacket Identifier (PID) for input source ETV Signal data to this output.final DoubleThe length in seconds of each fragment.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final M2tsKlvklv()If set to passthrough, passes any KLV data from the input source to this output.final StringIf set to passthrough, passes any KLV data from the input source to this output.final StringPacket Identifier (PID) for input source KLV data to this output.final M2tsNielsenId3BehaviorIf 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 StringIf 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 DoubleValue in bits per second of extra null packets to insert into the transport stream.final IntegerThe number of milliseconds between instances of this table in the output transport stream.final M2tsPcrControlWhen set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.final StringWhen set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.final IntegerMaximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.final StringpcrPid()Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.final IntegerThe number of milliseconds between instances of this table in the output transport stream.final StringpmtPid()Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.final IntegerThe value of the program number field in the Program Map Table.final M2tsRateModerateMode()When vbr, does not insert null packets into transport stream to fill specified bitrate.final StringWhen vbr, does not insert null packets into transport stream to fill specified bitrate.final StringPacket Identifier (PID) for input source SCTE-27 data to this output.final M2tsScte35ControlOptionally pass SCTE-35 signals from the input source to this output.final StringOptionally pass SCTE-35 signals from the input source to this output.final StringPacket Identifier (PID) of the SCTE-35 stream in the transport stream.final DoubleDefines the amount SCTE-35 preroll will be increased (in milliseconds) on the output.final M2tsSegmentationMarkersInserts segmentation markers at each segmentationTime period.final StringInserts segmentation markers at each segmentationTime period.final M2tsSegmentationStyleThe segmentation style parameter controls how segmentation markers are inserted into the transport stream.final StringThe segmentation style parameter controls how segmentation markers are inserted into the transport stream.final DoubleThe length in seconds of each segment.static Class<? extends M2tsSettings.Builder> When set to passthrough, timed metadata will be passed through from input to output.final StringWhen set to passthrough, timed metadata will be passed through from input to output.final StringPacket 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 StringtoString()Returns a string representation of this object.final IntegerThe value of the transport stream ID field in the Program Map Table.final StringvideoPid()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
-
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:
-
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:
-
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:
-
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:
-
aribCaptionsPid
Packet Identifier (PID) for ARIB Captions 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) for ARIB Captions in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
aribCaptionsPidControl
If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.If the service returns an enum value that is not available in the current SDK version,
aribCaptionsPidControlwill returnM2tsAribCaptionsPidControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaribCaptionsPidControlAsString().- Returns:
- If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.
- See Also:
-
aribCaptionsPidControlAsString
If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.If the service returns an enum value that is not available in the current SDK version,
aribCaptionsPidControlwill returnM2tsAribCaptionsPidControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaribCaptionsPidControlAsString().- Returns:
- If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.
- 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,
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:
-
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:
-
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. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).- 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. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
-
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:
-
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:
-
bitrate
The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.- Returns:
- The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.
-
bufferModel
Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.If the service returns an enum value that is not available in the current SDK version,
bufferModelwill returnM2tsBufferModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombufferModelAsString().- Returns:
- Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.
- See Also:
-
bufferModelAsString
Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.If the service returns an enum value that is not available in the current SDK version,
bufferModelwill returnM2tsBufferModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombufferModelAsString().- Returns:
- Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.
- 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,
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:
-
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:
-
dvbNitSettings
Inserts DVB Network Information Table (NIT) at the specified table repetition interval.- Returns:
- Inserts DVB Network Information Table (NIT) at the specified table repetition interval.
-
dvbSdtSettings
Inserts DVB Service Description Table (SDT) at the specified table repetition interval.- Returns:
- Inserts DVB Service Description Table (SDT) at the specified table repetition interval.
-
dvbSubPids
Packet Identifier (PID) for input source DVB Subtitle 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 DVB Subtitle 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).
-
dvbTdtSettings
Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.- Returns:
- Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.
-
dvbTeletextPid
Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).- Returns:
- Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
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:
-
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:
-
ebpAudioInterval
When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.If the service returns an enum value that is not available in the current SDK version,
ebpAudioIntervalwill returnM2tsAudioInterval.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromebpAudioIntervalAsString().- Returns:
- When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.
- See Also:
-
ebpAudioIntervalAsString
When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.If the service returns an enum value that is not available in the current SDK version,
ebpAudioIntervalwill returnM2tsAudioInterval.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromebpAudioIntervalAsString().- Returns:
- When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.
- See Also:
-
ebpLookaheadMs
When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.- Returns:
- When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.
-
ebpPlacement
Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.If the service returns an enum value that is not available in the current SDK version,
ebpPlacementwill returnM2tsEbpPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromebpPlacementAsString().- Returns:
- Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.
- See Also:
-
ebpPlacementAsString
Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.If the service returns an enum value that is not available in the current SDK version,
ebpPlacementwill returnM2tsEbpPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromebpPlacementAsString().- Returns:
- Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.
- See Also:
-
ecmPid
This field is unused and deprecated.- Returns:
- This field is unused and deprecated.
-
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:
-
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:
-
etvPlatformPid
Packet Identifier (PID) for input source ETV Platform data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).- Returns:
- Packet Identifier (PID) for input source ETV Platform data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
etvSignalPid
Packet Identifier (PID) for input source ETV Signal data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).- Returns:
- Packet Identifier (PID) for input source ETV Signal data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
fragmentTime
The length in seconds of each fragment. Only used with EBP markers.- Returns:
- The length in seconds of each fragment. Only used with EBP markers.
-
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:
-
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:
-
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).
-
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:
-
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:
-
nullPacketBitrate
Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.- Returns:
- Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.
-
patInterval
The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.- Returns:
- The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
-
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:
-
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:
-
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.
-
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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).- 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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
pmtInterval
The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.- Returns:
- The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
-
pmtPid
Packet Identifier (PID) for the Program Map Table (PMT) 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) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
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.
-
rateMode
When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.If the service returns an enum value that is not available in the current SDK version,
rateModewill returnM2tsRateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrateModeAsString().- Returns:
- When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.
- See Also:
-
rateModeAsString
When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.If the service returns an enum value that is not available in the current SDK version,
rateModewill returnM2tsRateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrateModeAsString().- Returns:
- When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.
- See Also:
-
scte27Pids
Packet Identifier (PID) for input source SCTE-27 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 SCTE-27 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).
-
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:
-
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:
-
scte35Pid
Packet Identifier (PID) of the SCTE-35 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 SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
segmentationMarkers
Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.If the service returns an enum value that is not available in the current SDK version,
segmentationMarkerswill returnM2tsSegmentationMarkers.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentationMarkersAsString().- Returns:
- Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
- See Also:
-
segmentationMarkersAsString
Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.If the service returns an enum value that is not available in the current SDK version,
segmentationMarkerswill returnM2tsSegmentationMarkers.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentationMarkersAsString().- Returns:
- Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
- See Also:
-
segmentationStyle
The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.If the service returns an enum value that is not available in the current SDK version,
segmentationStylewill returnM2tsSegmentationStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentationStyleAsString().- Returns:
- The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.
- See Also:
-
segmentationStyleAsString
The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.If the service returns an enum value that is not available in the current SDK version,
segmentationStylewill returnM2tsSegmentationStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentationStyleAsString().- Returns:
- The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.
- See Also:
-
segmentationTime
The length in seconds of each segment. Required unless markers is set to _none_.- Returns:
- The length in seconds of each segment. Required unless markers is set to _none_.
-
timedMetadataBehavior
When set to passthrough, timed metadata will be passed through from input to output.If the service returns an enum value that is not available in the current SDK version,
timedMetadataBehaviorwill returnM2tsTimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimedMetadataBehaviorAsString().- Returns:
- When set to passthrough, timed metadata will be passed through from input to output.
- See Also:
-
timedMetadataBehaviorAsString
When set to passthrough, timed metadata will be passed through from input to output.If the service returns an enum value that is not available in the current SDK version,
timedMetadataBehaviorwill returnM2tsTimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimedMetadataBehaviorAsString().- Returns:
- When set to passthrough, timed metadata will be 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. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).- Returns:
- Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
-
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:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<M2tsSettings.Builder,M2tsSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-