@Stability(value=Stable) @Internal public static final class CfnChannel.M3u8SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.M3u8SettingsProperty
CfnChannel.M3u8SettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.M3u8SettingsProperty.Builder, CfnChannel.M3u8SettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.M3u8SettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnChannel.AacSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getAudioFramesPerPes()
The number of audio frames to insert for each PES packet.
|
String |
getAudioPids()
The PID of the elementary audio streams in the transport stream.
|
String |
getEcmPid()
This parameter is unused and deprecated.
|
String |
getNielsenId3Behavior()
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.
|
Number |
getPatInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
String |
getPcrControl()
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
|
Number |
getPcrPeriod()
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
|
String |
getPcrPid()
The PID of the Program Clock Reference (PCR) in the transport stream.
|
Number |
getPmtInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
String |
getPmtPid()
The PID for the Program Map Table (PMT) in the transport stream.
|
Number |
getProgramNum()
The value of the program number field in the Program Map Table (PMT).
|
String |
getScte35Behavior()
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
String |
getScte35Pid()
The PID of the SCTE-35 stream in the transport stream.
|
String |
getTimedMetadataBehavior()
When set to passthrough, timed metadata is passed through from input to output.
|
String |
getTimedMetadataPid()
The PID of the timed metadata stream in the transport stream.
|
Number |
getTransportStreamId()
The value of the transport stream ID field in the Program Map Table (PMT).
|
String |
getVideoPid()
The PID of the elementary video stream in the transport stream.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnChannel.M3u8SettingsProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final Number getAudioFramesPerPes()
CfnChannel.M3u8SettingsPropertygetAudioFramesPerPes in interface CfnChannel.M3u8SettingsPropertypublic final String getAudioPids()
CfnChannel.M3u8SettingsPropertyMultiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value.
getAudioPids in interface CfnChannel.M3u8SettingsPropertypublic final String getEcmPid()
CfnChannel.M3u8SettingsPropertygetEcmPid in interface CfnChannel.M3u8SettingsPropertypublic final String getNielsenId3Behavior()
CfnChannel.M3u8SettingsPropertygetNielsenId3Behavior in interface CfnChannel.M3u8SettingsPropertypublic final Number getPatInterval()
CfnChannel.M3u8SettingsPropertyA value of "0" writes out the PMT once per segment file.
getPatInterval in interface CfnChannel.M3u8SettingsPropertypublic final String getPcrControl()
CfnChannel.M3u8SettingsPropertyThis parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
getPcrControl in interface CfnChannel.M3u8SettingsPropertypublic final Number getPcrPeriod()
CfnChannel.M3u8SettingsPropertygetPcrPeriod in interface CfnChannel.M3u8SettingsPropertypublic final String getPcrPid()
CfnChannel.M3u8SettingsPropertyWhen no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value.
getPcrPid in interface CfnChannel.M3u8SettingsPropertypublic final Number getPmtInterval()
CfnChannel.M3u8SettingsPropertyA value of "0" writes out the PMT once per segment file.
getPmtInterval in interface CfnChannel.M3u8SettingsPropertypublic final String getPmtPid()
CfnChannel.M3u8SettingsPropertyYou can enter the value as a decimal or hexadecimal value.
getPmtPid in interface CfnChannel.M3u8SettingsPropertypublic final Number getProgramNum()
CfnChannel.M3u8SettingsPropertygetProgramNum in interface CfnChannel.M3u8SettingsPropertypublic final String getScte35Behavior()
CfnChannel.M3u8SettingsPropertygetScte35Behavior in interface CfnChannel.M3u8SettingsPropertypublic final String getScte35Pid()
CfnChannel.M3u8SettingsPropertyYou can enter the value as a decimal or hexadecimal value.
getScte35Pid in interface CfnChannel.M3u8SettingsPropertypublic final String getTimedMetadataBehavior()
CfnChannel.M3u8SettingsPropertygetTimedMetadataBehavior in interface CfnChannel.M3u8SettingsPropertypublic final String getTimedMetadataPid()
CfnChannel.M3u8SettingsPropertyYou can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
getTimedMetadataPid in interface CfnChannel.M3u8SettingsPropertypublic final Number getTransportStreamId()
CfnChannel.M3u8SettingsPropertygetTransportStreamId in interface CfnChannel.M3u8SettingsPropertypublic final String getVideoPid()
CfnChannel.M3u8SettingsPropertyYou can enter the value as a decimal or hexadecimal value.
getVideoPid in interface CfnChannel.M3u8SettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.