public static final class CfnChannel.M3u8SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.M3u8SettingsProperty
CfnChannel.M3u8SettingsProperty
CfnChannel.M3u8SettingsProperty.Builder, CfnChannel.M3u8SettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Number |
getAudioFramesPerPes()
The number of audio frames to insert for each PES packet.
|
java.lang.String |
getAudioPids()
The PID of the elementary audio streams in the transport stream.
|
java.lang.String |
getEcmPid()
This parameter is unused and deprecated.
|
java.lang.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.
|
java.lang.Number |
getPatInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
java.lang.String |
getPcrControl()
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
|
java.lang.Number |
getPcrPeriod()
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
|
java.lang.String |
getPcrPid()
The PID of the Program Clock Reference (PCR) in the transport stream.
|
java.lang.Number |
getPmtInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
java.lang.String |
getPmtPid()
The PID for the Program Map Table (PMT) in the transport stream.
|
java.lang.Number |
getProgramNum()
The value of the program number field in the Program Map Table (PMT).
|
java.lang.String |
getScte35Behavior()
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
|
java.lang.String |
getScte35Pid()
The PID of the SCTE-35 stream in the transport stream.
|
java.lang.String |
getTimedMetadataBehavior()
When set to passthrough, timed metadata is passed through from input to output.
|
java.lang.String |
getTimedMetadataPid()
The PID of the timed metadata stream in the transport stream.
|
java.lang.Number |
getTransportStreamId()
The value of the transport stream ID field in the Program Map Table (PMT).
|
java.lang.String |
getVideoPid()
The PID of the elementary video stream in the transport stream.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getAudioFramesPerPes()
CfnChannel.M3u8SettingsProperty
getAudioFramesPerPes
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getAudioPids()
CfnChannel.M3u8SettingsProperty
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.
getAudioPids
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getEcmPid()
CfnChannel.M3u8SettingsProperty
getEcmPid
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getNielsenId3Behavior()
CfnChannel.M3u8SettingsProperty
getNielsenId3Behavior
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.Number getPatInterval()
CfnChannel.M3u8SettingsProperty
A value of "0" writes out the PMT once per segment file.
getPatInterval
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getPcrControl()
CfnChannel.M3u8SettingsProperty
This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
getPcrControl
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.Number getPcrPeriod()
CfnChannel.M3u8SettingsProperty
getPcrPeriod
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getPcrPid()
CfnChannel.M3u8SettingsProperty
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.
getPcrPid
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.Number getPmtInterval()
CfnChannel.M3u8SettingsProperty
A value of "0" writes out the PMT once per segment file.
getPmtInterval
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getPmtPid()
CfnChannel.M3u8SettingsProperty
You can enter the value as a decimal or hexadecimal value.
getPmtPid
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.Number getProgramNum()
CfnChannel.M3u8SettingsProperty
getProgramNum
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getScte35Behavior()
CfnChannel.M3u8SettingsProperty
getScte35Behavior
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getScte35Pid()
CfnChannel.M3u8SettingsProperty
You can enter the value as a decimal or hexadecimal value.
getScte35Pid
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getTimedMetadataBehavior()
CfnChannel.M3u8SettingsProperty
getTimedMetadataBehavior
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getTimedMetadataPid()
CfnChannel.M3u8SettingsProperty
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
getTimedMetadataPid
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.Number getTransportStreamId()
CfnChannel.M3u8SettingsProperty
getTransportStreamId
in interface CfnChannel.M3u8SettingsProperty
public final java.lang.String getVideoPid()
CfnChannel.M3u8SettingsProperty
You can enter the value as a decimal or hexadecimal value.
getVideoPid
in interface CfnChannel.M3u8SettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()