Class CfnChannel.M3u8SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.M3u8SettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.M3u8SettingsProperty
CfnChannel.M3u8SettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.M3u8SettingsProperty
CfnChannel.M3u8SettingsProperty.Builder, CfnChannel.M3u8SettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.M3u8SettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The number of audio frames to insert for each PES packet.final String
The PID of the elementary audio streams in the transport stream.final String
This parameter is unused and deprecated.final String
final String
final String
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.final Number
The number of milliseconds between instances of this table in the output transport stream.final String
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.final Number
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.final String
The PID of the Program Clock Reference (PCR) in the transport stream.final Number
The number of milliseconds between instances of this table in the output transport stream.final String
The PID for the Program Map Table (PMT) in the transport stream.final Number
The value of the program number field in the Program Map Table (PMT).final String
If set to passthrough, passes any SCTE-35 signals from the input source to this output.final String
The PID of the SCTE-35 stream in the transport stream.final String
When set to passthrough, timed metadata is passed through from input to output.final String
The PID of the timed metadata stream in the transport stream.final Number
The value of the transport stream ID field in the Program Map Table (PMT).final String
The PID of the elementary video stream in the transport stream.final int
hashCode()
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 theCfnChannel.M3u8SettingsProperty.Builder
.
-
-
Method Details
-
getAudioFramesPerPes
Description copied from interface:CfnChannel.M3u8SettingsProperty
The number of audio frames to insert for each PES packet.- Specified by:
getAudioFramesPerPes
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getAudioPids
Description copied from interface:CfnChannel.M3u8SettingsProperty
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.
- Specified by:
getAudioPids
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getEcmPid
Description copied from interface:CfnChannel.M3u8SettingsProperty
This parameter is unused and deprecated.- Specified by:
getEcmPid
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getKlvBehavior
- Specified by:
getKlvBehavior
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getKlvDataPids
- Specified by:
getKlvDataPids
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getNielsenId3Behavior
Description copied from interface:CfnChannel.M3u8SettingsProperty
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.- Specified by:
getNielsenId3Behavior
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getPatInterval
Description copied from interface:CfnChannel.M3u8SettingsProperty
The number of milliseconds between instances of this table in the output transport stream.A value of "0" writes out the PMT once per segment file.
- Specified by:
getPatInterval
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getPcrControl
Description copied from interface:CfnChannel.M3u8SettingsProperty
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.
- Specified by:
getPcrControl
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getPcrPeriod
Description copied from interface:CfnChannel.M3u8SettingsProperty
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.- Specified by:
getPcrPeriod
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getPcrPid
Description copied from interface:CfnChannel.M3u8SettingsProperty
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.
- Specified by:
getPcrPid
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getPmtInterval
Description copied from interface:CfnChannel.M3u8SettingsProperty
The number of milliseconds between instances of this table in the output transport stream.A value of "0" writes out the PMT once per segment file.
- Specified by:
getPmtInterval
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getPmtPid
Description copied from interface:CfnChannel.M3u8SettingsProperty
The PID for the Program Map Table (PMT) in the transport stream.You can enter the value as a decimal or hexadecimal value.
- Specified by:
getPmtPid
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getProgramNum
Description copied from interface:CfnChannel.M3u8SettingsProperty
The value of the program number field in the Program Map Table (PMT).- Specified by:
getProgramNum
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getScte35Behavior
Description copied from interface:CfnChannel.M3u8SettingsProperty
If set to passthrough, passes any SCTE-35 signals from the input source to this output.- Specified by:
getScte35Behavior
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getScte35Pid
Description copied from interface:CfnChannel.M3u8SettingsProperty
The PID of the SCTE-35 stream in the transport stream.You can enter the value as a decimal or hexadecimal value.
- Specified by:
getScte35Pid
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getTimedMetadataBehavior
Description copied from interface:CfnChannel.M3u8SettingsProperty
When set to passthrough, timed metadata is passed through from input to output.- Specified by:
getTimedMetadataBehavior
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getTimedMetadataPid
Description copied from interface:CfnChannel.M3u8SettingsProperty
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).
- Specified by:
getTimedMetadataPid
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getTransportStreamId
Description copied from interface:CfnChannel.M3u8SettingsProperty
The value of the transport stream ID field in the Program Map Table (PMT).- Specified by:
getTransportStreamId
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
getVideoPid
Description copied from interface:CfnChannel.M3u8SettingsProperty
The PID of the elementary video stream in the transport stream.You can enter the value as a decimal or hexadecimal value.
- Specified by:
getVideoPid
in interfaceCfnChannel.M3u8SettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-