@Stability(value=Stable) public static final class CfnChannel.M2tsSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.M2tsSettingsProperty>
CfnChannel.M2tsSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder absentInputAudioBehavior(String absentInputAudioBehavior)
CfnChannel.M2tsSettingsProperty.getAbsentInputAudioBehavior()absentInputAudioBehavior - When set to drop, the output audio streams are 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 the input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder arib(String arib)
CfnChannel.M2tsSettingsProperty.getArib()arib - When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder aribCaptionsPid(String aribCaptionsPid)
CfnChannel.M2tsSettingsProperty.getAribCaptionsPid()aribCaptionsPid - The PID for ARIB Captions in the transport stream.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder aribCaptionsPidControl(String aribCaptionsPidControl)
CfnChannel.M2tsSettingsProperty.getAribCaptionsPidControl()aribCaptionsPidControl - If set to auto, The 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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder audioBufferModel(String audioBufferModel)
CfnChannel.M2tsSettingsProperty.getAudioBufferModel()audioBufferModel - When set to dvb, uses the DVB buffer model for Dolby Digital audio.
When set to atsc, the ATSC model is used.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder audioFramesPerPes(Number audioFramesPerPes)
CfnChannel.M2tsSettingsProperty.getAudioFramesPerPes()audioFramesPerPes - The number of audio frames to insert for each PES packet.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder audioPids(String audioPids)
CfnChannel.M2tsSettingsProperty.getAudioPids()audioPids - The PID of the elementary audio streams in the transport stream.
Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder audioStreamType(String audioStreamType)
CfnChannel.M2tsSettingsProperty.getAudioStreamType()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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder bitrate(Number bitrate)
CfnChannel.M2tsSettingsProperty.getBitrate()bitrate - The output bitrate of the transport stream in bits per second.
Setting to 0 lets the muxer automatically determine the appropriate bitrate.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder bufferModel(String bufferModel)
CfnChannel.M2tsSettingsProperty.getBufferModel()bufferModel - If set to multiplex, uses the multiplex buffer model for accurate interleaving.
Setting to bufferModel to none can lead to lower latency, but low-memory devices might not be able to play back the stream without interruptions.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder ccDescriptor(String ccDescriptor)
CfnChannel.M2tsSettingsProperty.getCcDescriptor()ccDescriptor - When set to enabled, generates captionServiceDescriptor in PMT.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbNitSettings(CfnChannel.DvbNitSettingsProperty dvbNitSettings)
CfnChannel.M2tsSettingsProperty.getDvbNitSettings()dvbNitSettings - Inserts a DVB Network Information Table (NIT) at the specified table repetition interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbNitSettings(IResolvable dvbNitSettings)
CfnChannel.M2tsSettingsProperty.getDvbNitSettings()dvbNitSettings - Inserts a DVB Network Information Table (NIT) at the specified table repetition interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbSdtSettings(CfnChannel.DvbSdtSettingsProperty dvbSdtSettings)
CfnChannel.M2tsSettingsProperty.getDvbSdtSettings()dvbSdtSettings - Inserts a DVB Service Description Table (SDT) at the specified table repetition interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbSdtSettings(IResolvable dvbSdtSettings)
CfnChannel.M2tsSettingsProperty.getDvbSdtSettings()dvbSdtSettings - Inserts a DVB Service Description Table (SDT) at the specified table repetition interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbSubPids(String dvbSubPids)
CfnChannel.M2tsSettingsProperty.getDvbSubPids()dvbSubPids - The PID for the input source DVB Subtitle data to this output.
Multiple values are accepted, and can be entered in ranges and/or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbTdtSettings(CfnChannel.DvbTdtSettingsProperty dvbTdtSettings)
CfnChannel.M2tsSettingsProperty.getDvbTdtSettings()dvbTdtSettings - Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbTdtSettings(IResolvable dvbTdtSettings)
CfnChannel.M2tsSettingsProperty.getDvbTdtSettings()dvbTdtSettings - Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder dvbTeletextPid(String dvbTeletextPid)
CfnChannel.M2tsSettingsProperty.getDvbTeletextPid()dvbTeletextPid - The PID for the input source DVB Teletext data to this output.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder ebif(String ebif)
CfnChannel.M2tsSettingsProperty.getEbif()ebif - If set to passthrough, passes any EBIF data from the input source to this output.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder ebpAudioInterval(String ebpAudioInterval)
CfnChannel.M2tsSettingsProperty.getEbpAudioInterval()ebpAudioInterval - When videoAndFixedIntervals is selected, audio EBP markers are added to partitions 3 and 4.
The interval between these additional markers is fixed, and is slightly shorter than the video EBP marker interval. This is only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 always follow the video interval.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder ebpLookaheadMs(Number ebpLookaheadMs)
CfnChannel.M2tsSettingsProperty.getEbpLookaheadMs()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 channel must be configured elsewhere to create sufficient latency to make the lookahead accurate.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder ebpPlacement(String ebpPlacement)
CfnChannel.M2tsSettingsProperty.getEbpPlacement()ebpPlacement - Controls placement of EBP on audio PIDs.
If set to videoAndAudioPids, EBP markers are placed on the video PID and all audio PIDs. If set to videoPid, EBP markers are placed on only the video PID.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder ecmPid(String ecmPid)
CfnChannel.M2tsSettingsProperty.getEcmPid()ecmPid - This field is unused and deprecated.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder esRateInPes(String esRateInPes)
CfnChannel.M2tsSettingsProperty.getEsRateInPes()esRateInPes - Includes or excludes the ES Rate field in the PES header.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder etvPlatformPid(String etvPlatformPid)
CfnChannel.M2tsSettingsProperty.getEtvPlatformPid()etvPlatformPid - The PID for the input source ETV Platform data to this output.
You can enter it as a decimal or hexadecimal value. Valid values are 32 (or 0x20) to 8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder etvSignalPid(String etvSignalPid)
CfnChannel.M2tsSettingsProperty.getEtvSignalPid()etvSignalPid - The PID for input source ETV Signal data to this output.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder fragmentTime(Number fragmentTime)
CfnChannel.M2tsSettingsProperty.getFragmentTime()fragmentTime - The length in seconds of each fragment.
This is used only with EBP markers.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder klv(String klv)
CfnChannel.M2tsSettingsProperty.getKlv()klv - If set to passthrough, passes any KLV data from the input source to this output.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder klvDataPids(String klvDataPids)
CfnChannel.M2tsSettingsProperty.getKlvDataPids()klvDataPids - The PID for the input source KLV data to this output.
Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder nielsenId3Behavior(String nielsenId3Behavior)
CfnChannel.M2tsSettingsProperty.getNielsenId3Behavior()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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder nullPacketBitrate(Number nullPacketBitrate)
CfnChannel.M2tsSettingsProperty.getNullPacketBitrate()nullPacketBitrate - The 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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder patInterval(Number patInterval)
CfnChannel.M2tsSettingsProperty.getPatInterval()patInterval - The number of milliseconds between instances of this table in the output transport stream.
Valid values are 0, 10..1000.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder pcrControl(String pcrControl)
CfnChannel.M2tsSettingsProperty.getPcrControl()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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder pcrPeriod(Number pcrPeriod)
CfnChannel.M2tsSettingsProperty.getPcrPeriod()pcrPeriod - The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder pcrPid(String pcrPid)
CfnChannel.M2tsSettingsProperty.getPcrPid()pcrPid - The PID of the Program Clock Reference (PCR) in the transport stream.
When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder pmtInterval(Number pmtInterval)
CfnChannel.M2tsSettingsProperty.getPmtInterval()pmtInterval - The number of milliseconds between instances of this table in the output transport stream.
Valid values are 0, 10..1000.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder pmtPid(String pmtPid)
CfnChannel.M2tsSettingsProperty.getPmtPid()pmtPid - The PID for the Program Map Table (PMT) in the transport stream.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder programNum(Number programNum)
CfnChannel.M2tsSettingsProperty.getProgramNum()programNum - The value of the program number field in the Program Map Table (PMT).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder rateMode(String rateMode)
CfnChannel.M2tsSettingsProperty.getRateMode()rateMode - When VBR, does not insert null packets into the transport stream to fill the specified bitrate.
The bitrate setting acts as the maximum bitrate when VBR is set.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder scte27Pids(String scte27Pids)
CfnChannel.M2tsSettingsProperty.getScte27Pids()scte27Pids - The PID for the input source SCTE-27 data to this output.
Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder scte35Control(String scte35Control)
CfnChannel.M2tsSettingsProperty.getScte35Control()scte35Control - Optionally passes SCTE-35 signals from the input source to this output.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder scte35Pid(String scte35Pid)
CfnChannel.M2tsSettingsProperty.getScte35Pid()scte35Pid - The PID of the SCTE-35 stream in the transport stream.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder segmentationMarkers(String segmentationMarkers)
CfnChannel.M2tsSettingsProperty.getSegmentationMarkers()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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder segmentationStyle(String segmentationStyle)
CfnChannel.M2tsSettingsProperty.getSegmentationStyle()segmentationStyle - The segmentation style parameter controls how segmentation markers are inserted into the transport stream.
With avails, it is possible that segments might 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.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder segmentationTime(Number segmentationTime)
CfnChannel.M2tsSettingsProperty.getSegmentationTime()segmentationTime - The length, in seconds, of each segment.
This is required unless markers is set to None_.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder timedMetadataBehavior(String timedMetadataBehavior)
CfnChannel.M2tsSettingsProperty.getTimedMetadataBehavior()timedMetadataBehavior - When set to passthrough, timed metadata is passed through from input to output.this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder timedMetadataPid(String timedMetadataPid)
CfnChannel.M2tsSettingsProperty.getTimedMetadataPid()timedMetadataPid - The PID of the timed metadata stream in the transport stream.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder transportStreamId(Number transportStreamId)
CfnChannel.M2tsSettingsProperty.getTransportStreamId()transportStreamId - The value of the transport stream ID field in the Program Map Table (PMT).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty.Builder videoPid(String videoPid)
CfnChannel.M2tsSettingsProperty.getVideoPid()videoPid - The PID of the elementary video stream in the transport stream.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).this@Stability(value=Stable) public CfnChannel.M2tsSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.M2tsSettingsProperty>CfnChannel.M2tsSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.