Class CfnChannel.HlsSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.HlsSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.HlsSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.HlsSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.HlsSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.HlsSettingsProperty
An implementation for
CfnChannel.HlsSettingsProperty
-
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.HlsSettingsProperty
CfnChannel.HlsSettingsProperty.Builder, CfnChannel.HlsSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.HlsSettingsProperty.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 Object
The settings for an audio-only output.final Object
The settings for an fMP4 container.final Object
Settings for a frame capture output in an HLS output group.final Object
The settings for a standard output (an output that is not audio-only).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.HlsSettingsProperty.Builder
.
-
-
Method Details
-
getAudioOnlyHlsSettings
Description copied from interface:CfnChannel.HlsSettingsProperty
The settings for an audio-only output.- Specified by:
getAudioOnlyHlsSettings
in interfaceCfnChannel.HlsSettingsProperty
- See Also:
-
getFmp4HlsSettings
Description copied from interface:CfnChannel.HlsSettingsProperty
The settings for an fMP4 container.- Specified by:
getFmp4HlsSettings
in interfaceCfnChannel.HlsSettingsProperty
- See Also:
-
getFrameCaptureHlsSettings
Description copied from interface:CfnChannel.HlsSettingsProperty
Settings for a frame capture output in an HLS output group.- Specified by:
getFrameCaptureHlsSettings
in interfaceCfnChannel.HlsSettingsProperty
- See Also:
-
getStandardHlsSettings
Description copied from interface:CfnChannel.HlsSettingsProperty
The settings for a standard output (an output that is not audio-only).- Specified by:
getStandardHlsSettings
in interfaceCfnChannel.HlsSettingsProperty
- 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()
-