Class M2tsSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
M2tsSettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
M2tsSettingsProps
M2tsSettingsProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.M2tsSettingsProps
M2tsSettingsProps.Builder, M2tsSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(M2tsSettingsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theM2tsSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) Behavior when the selected input audio stream is removed.final M2tsAribgetArib()(experimental) ARIB-compliant field muxing.final String(experimental) The PID for ARIB Captions.(experimental) How the ARIB Captions PID is selected.final M2tsAudioBufferModel(experimental) The buffer model for Dolby Digital audio.final Number(experimental) The number of audio frames to insert per PES packet.final String(experimental) The PID(s) of the elementary audio streams (ranges/comma-separated allowed).final M2tsAudioStreamType(experimental) The stream type used for audio elementary streams.final Bitrate(experimental) The output bitrate of the transport stream.final M2tsBufferModel(experimental) The transport stream buffer model.final M2tsCcDescriptor(experimental) Whether to generate the captionServiceDescriptor in the PMT.final DvbNitSettings(experimental) DVB Network Information Table (NIT) settings.final DvbSdtSettings(experimental) DVB Service Description Table (SDT) settings.final String(experimental) The PID(s) for input source DVB Subtitle data (ranges/comma-separated allowed).final DvbTdtSettings(experimental) DVB Time and Date Table (TDT) settings.final String(experimental) The PID for input source DVB Teletext data.final M2tsEbifgetEbif()(experimental) EBIF data passthrough behavior.final M2tsEbpAudioInterval(experimental) Placement of audio EBP markers.final Duration(experimental) The EBP lookahead interval.final M2tsEbpPlacement(experimental) Placement of EBP markers on audio PIDs.final M2tsEsRateInPes(experimental) Whether to include the ES Rate field in the PES header.final String(experimental) The PID for input source ETV Platform data.final String(experimental) The PID for input source ETV Signal data.final Duration(experimental) The length of each fragment (used only with EBP markers).final M2tsKlvgetKlv()(experimental) KLV data passthrough behavior.final String(experimental) The PID(s) for input source KLV data (ranges/comma-separated allowed).final M2tsNielsenId3Behavior(experimental) Nielsen ID3 passthrough behavior.final Bitrate(experimental) The bitrate of extra null packets to insert into the transport stream.final Duration(experimental) The interval between PAT instances (0, or 10ms..1000ms).final M2tsPcrControl(experimental) Controls insertion of the Program Clock Reference (PCR).final Duration(experimental) The maximum interval between Program Clock References (PCRs).final String(experimental) The PID of the Program Clock Reference.final Duration(experimental) The interval between PMT instances (0, or 10ms..1000ms).final String(experimental) The PID for the Program Map Table (PMT).final Number(experimental) The value of the program number field in the PMT.final M2tsRateMode(experimental) The transport stream bitrate mode (CBR/VBR).final String(experimental) The PID(s) for input source SCTE-27 data (ranges/comma-separated allowed).final M2tsScte35Control(experimental) SCTE-35 passthrough behavior.final String(experimental) The PID of the SCTE-35 stream.final Duration(experimental) The SCTE-35 preroll pullup interval.final M2tsSegmentationMarkers(experimental) The type of segmentation markers to insert.final M2tsSegmentationStyle(experimental) How segmentation markers respond to avails.final Duration(experimental) The length of each segment (required unlesssegmentationMarkersis NONE).(experimental) Timed metadata passthrough behavior.final String(experimental) The PID of the timed metadata stream.final Number(experimental) The value of the transport stream ID field in the PMT.final String(experimental) The PID of the elementary video stream.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theM2tsSettingsProps.Builder.
-
-
Method Details
-
getAbsentInputAudioBehavior
Description copied from interface:M2tsSettingsProps(experimental) Behavior when the selected input audio stream is removed.Default: - service default
- Specified by:
getAbsentInputAudioBehaviorin interfaceM2tsSettingsProps
-
getArib
Description copied from interface:M2tsSettingsProps(experimental) ARIB-compliant field muxing.Default: - service default
- Specified by:
getAribin interfaceM2tsSettingsProps
-
getAribCaptionsPid
Description copied from interface:M2tsSettingsProps(experimental) The PID for ARIB Captions.Default: - service default
- Specified by:
getAribCaptionsPidin interfaceM2tsSettingsProps
-
getAribCaptionsPidControl
Description copied from interface:M2tsSettingsProps(experimental) How the ARIB Captions PID is selected.Default: - service default
- Specified by:
getAribCaptionsPidControlin interfaceM2tsSettingsProps
-
getAudioBufferModel
Description copied from interface:M2tsSettingsProps(experimental) The buffer model for Dolby Digital audio.Default: - service default
- Specified by:
getAudioBufferModelin interfaceM2tsSettingsProps
-
getAudioFramesPerPes
Description copied from interface:M2tsSettingsProps(experimental) The number of audio frames to insert per PES packet.Default: - service default
- Specified by:
getAudioFramesPerPesin interfaceM2tsSettingsProps
-
getAudioPids
Description copied from interface:M2tsSettingsProps(experimental) The PID(s) of the elementary audio streams (ranges/comma-separated allowed).Default: - service default
- Specified by:
getAudioPidsin interfaceM2tsSettingsProps
-
getAudioStreamType
Description copied from interface:M2tsSettingsProps(experimental) The stream type used for audio elementary streams.Default: - service default
- Specified by:
getAudioStreamTypein interfaceM2tsSettingsProps
-
getBitrate
Description copied from interface:M2tsSettingsProps(experimental) The output bitrate of the transport stream.Set to 0 bps to let the muxer choose.
Default: - muxer chooses
- Specified by:
getBitratein interfaceM2tsSettingsProps
-
getBufferModel
Description copied from interface:M2tsSettingsProps(experimental) The transport stream buffer model.Default: - service default
- Specified by:
getBufferModelin interfaceM2tsSettingsProps
-
getCcDescriptor
Description copied from interface:M2tsSettingsProps(experimental) Whether to generate the captionServiceDescriptor in the PMT.Default: - service default
- Specified by:
getCcDescriptorin interfaceM2tsSettingsProps
-
getDvbNitSettings
Description copied from interface:M2tsSettingsProps(experimental) DVB Network Information Table (NIT) settings.Default: - no NIT
- Specified by:
getDvbNitSettingsin interfaceM2tsSettingsProps
-
getDvbSdtSettings
Description copied from interface:M2tsSettingsProps(experimental) DVB Service Description Table (SDT) settings.Default: - no SDT
- Specified by:
getDvbSdtSettingsin interfaceM2tsSettingsProps
-
getDvbSubPids
Description copied from interface:M2tsSettingsProps(experimental) The PID(s) for input source DVB Subtitle data (ranges/comma-separated allowed).Default: - service default
- Specified by:
getDvbSubPidsin interfaceM2tsSettingsProps
-
getDvbTdtSettings
Description copied from interface:M2tsSettingsProps(experimental) DVB Time and Date Table (TDT) settings.Default: - no TDT
- Specified by:
getDvbTdtSettingsin interfaceM2tsSettingsProps
-
getDvbTeletextPid
Description copied from interface:M2tsSettingsProps(experimental) The PID for input source DVB Teletext data.Default: - service default
- Specified by:
getDvbTeletextPidin interfaceM2tsSettingsProps
-
getEbif
Description copied from interface:M2tsSettingsProps(experimental) EBIF data passthrough behavior.Default: - service default
- Specified by:
getEbifin interfaceM2tsSettingsProps
-
getEbpAudioInterval
Description copied from interface:M2tsSettingsProps(experimental) Placement of audio EBP markers.Default: - service default
- Specified by:
getEbpAudioIntervalin interfaceM2tsSettingsProps
-
getEbpLookahead
Description copied from interface:M2tsSettingsProps(experimental) The EBP lookahead interval.Default: - service default
- Specified by:
getEbpLookaheadin interfaceM2tsSettingsProps
-
getEbpPlacement
Description copied from interface:M2tsSettingsProps(experimental) Placement of EBP markers on audio PIDs.Default: - service default
- Specified by:
getEbpPlacementin interfaceM2tsSettingsProps
-
getEsRateInPes
Description copied from interface:M2tsSettingsProps(experimental) Whether to include the ES Rate field in the PES header.Default: - service default
- Specified by:
getEsRateInPesin interfaceM2tsSettingsProps
-
getEtvPlatformPid
Description copied from interface:M2tsSettingsProps(experimental) The PID for input source ETV Platform data.Default: - service default
- Specified by:
getEtvPlatformPidin interfaceM2tsSettingsProps
-
getEtvSignalPid
Description copied from interface:M2tsSettingsProps(experimental) The PID for input source ETV Signal data.Default: - service default
- Specified by:
getEtvSignalPidin interfaceM2tsSettingsProps
-
getFragmentTime
Description copied from interface:M2tsSettingsProps(experimental) The length of each fragment (used only with EBP markers).Default: - service default
- Specified by:
getFragmentTimein interfaceM2tsSettingsProps
-
getKlv
Description copied from interface:M2tsSettingsProps(experimental) KLV data passthrough behavior.Default: - service default
- Specified by:
getKlvin interfaceM2tsSettingsProps
-
getKlvDataPids
Description copied from interface:M2tsSettingsProps(experimental) The PID(s) for input source KLV data (ranges/comma-separated allowed).Default: - service default
- Specified by:
getKlvDataPidsin interfaceM2tsSettingsProps
-
getNielsenId3Behavior
Description copied from interface:M2tsSettingsProps(experimental) Nielsen ID3 passthrough behavior.Default: - service default
- Specified by:
getNielsenId3Behaviorin interfaceM2tsSettingsProps
-
getNullPacketBitrate
Description copied from interface:M2tsSettingsProps(experimental) The bitrate of extra null packets to insert into the transport stream.Default: - no null packets
- Specified by:
getNullPacketBitratein interfaceM2tsSettingsProps
-
getPatInterval
Description copied from interface:M2tsSettingsProps(experimental) The interval between PAT instances (0, or 10ms..1000ms).Default: - service default
- Specified by:
getPatIntervalin interfaceM2tsSettingsProps
-
getPcrControl
Description copied from interface:M2tsSettingsProps(experimental) Controls insertion of the Program Clock Reference (PCR).Default: - service default
- Specified by:
getPcrControlin interfaceM2tsSettingsProps
-
getPcrPeriod
Description copied from interface:M2tsSettingsProps(experimental) The maximum interval between Program Clock References (PCRs).Default: - service default
- Specified by:
getPcrPeriodin interfaceM2tsSettingsProps
-
getPcrPid
Description copied from interface:M2tsSettingsProps(experimental) The PID of the Program Clock Reference.Default: - same as the video PID
- Specified by:
getPcrPidin interfaceM2tsSettingsProps
-
getPmtInterval
Description copied from interface:M2tsSettingsProps(experimental) The interval between PMT instances (0, or 10ms..1000ms).Default: - service default
- Specified by:
getPmtIntervalin interfaceM2tsSettingsProps
-
getPmtPid
Description copied from interface:M2tsSettingsProps(experimental) The PID for the Program Map Table (PMT).Default: - service default
- Specified by:
getPmtPidin interfaceM2tsSettingsProps
-
getProgramNum
Description copied from interface:M2tsSettingsProps(experimental) The value of the program number field in the PMT.Default: - service default
- Specified by:
getProgramNumin interfaceM2tsSettingsProps
-
getRateMode
Description copied from interface:M2tsSettingsProps(experimental) The transport stream bitrate mode (CBR/VBR).Default: - service default
- Specified by:
getRateModein interfaceM2tsSettingsProps
-
getScte27Pids
Description copied from interface:M2tsSettingsProps(experimental) The PID(s) for input source SCTE-27 data (ranges/comma-separated allowed).Default: - service default
- Specified by:
getScte27Pidsin interfaceM2tsSettingsProps
-
getScte35Control
Description copied from interface:M2tsSettingsProps(experimental) SCTE-35 passthrough behavior.Default: - service default
- Specified by:
getScte35Controlin interfaceM2tsSettingsProps
-
getScte35Pid
Description copied from interface:M2tsSettingsProps(experimental) The PID of the SCTE-35 stream.Default: - service default
- Specified by:
getScte35Pidin interfaceM2tsSettingsProps
-
getScte35PrerollPullup
Description copied from interface:M2tsSettingsProps(experimental) The SCTE-35 preroll pullup interval.Default: - service default
- Specified by:
getScte35PrerollPullupin interfaceM2tsSettingsProps
-
getSegmentationMarkers
Description copied from interface:M2tsSettingsProps(experimental) The type of segmentation markers to insert.Default: - service default
- Specified by:
getSegmentationMarkersin interfaceM2tsSettingsProps
-
getSegmentationStyle
Description copied from interface:M2tsSettingsProps(experimental) How segmentation markers respond to avails.Default: - service default
- Specified by:
getSegmentationStylein interfaceM2tsSettingsProps
-
getSegmentationTime
Description copied from interface:M2tsSettingsProps(experimental) The length of each segment (required unlesssegmentationMarkersis NONE).Default: - service default
- Specified by:
getSegmentationTimein interfaceM2tsSettingsProps
-
getTimedMetadataBehavior
Description copied from interface:M2tsSettingsProps(experimental) Timed metadata passthrough behavior.Default: - service default
- Specified by:
getTimedMetadataBehaviorin interfaceM2tsSettingsProps
-
getTimedMetadataPid
Description copied from interface:M2tsSettingsProps(experimental) The PID of the timed metadata stream.Default: - service default
- Specified by:
getTimedMetadataPidin interfaceM2tsSettingsProps
-
getTransportStreamId
Description copied from interface:M2tsSettingsProps(experimental) The value of the transport stream ID field in the PMT.Default: - service default
- Specified by:
getTransportStreamIdin interfaceM2tsSettingsProps
-
getVideoPid
Description copied from interface:M2tsSettingsProps(experimental) The PID of the elementary video stream.Default: - service default
- Specified by:
getVideoPidin interfaceM2tsSettingsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-