Class CfnChannel.HlsInputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.HlsInputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.HlsInputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.HlsInputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.HlsInputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.HlsInputSettingsProperty
An implementation for
CfnChannel.HlsInputSettingsProperty
-
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.HlsInputSettingsProperty
CfnChannel.HlsInputSettingsProperty.Builder, CfnChannel.HlsInputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.HlsInputSettingsProperty.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
When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen.final Number
When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment).final Number
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.final Number
The number of seconds between retries when an attempt to read a manifest or segment fails.final String
Identifies the source for the SCTE-35 messages that MediaLive will ingest.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.HlsInputSettingsProperty.Builder
.
-
-
Method Details
-
getBandwidth
Description copied from interface:CfnChannel.HlsInputSettingsProperty
When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen.Otherwise, the highest bandwidth stream in the m3u8 is chosen. The bitrate is specified in bits per second, as in an HLS manifest.
- Specified by:
getBandwidth
in interfaceCfnChannel.HlsInputSettingsProperty
-
getBufferSegments
Description copied from interface:CfnChannel.HlsInputSettingsProperty
When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment).When not specified, the HLS input begins with the first segment specified in the m3u8.
- Specified by:
getBufferSegments
in interfaceCfnChannel.HlsInputSettingsProperty
-
getRetries
Description copied from interface:CfnChannel.HlsInputSettingsProperty
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.- Specified by:
getRetries
in interfaceCfnChannel.HlsInputSettingsProperty
-
getRetryInterval
Description copied from interface:CfnChannel.HlsInputSettingsProperty
The number of seconds between retries when an attempt to read a manifest or segment fails.- Specified by:
getRetryInterval
in interfaceCfnChannel.HlsInputSettingsProperty
-
getScte35Source
Description copied from interface:CfnChannel.HlsInputSettingsProperty
Identifies the source for the SCTE-35 messages that MediaLive will ingest.Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.
- Specified by:
getScte35Source
in interfaceCfnChannel.HlsInputSettingsProperty
-
$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()
-