Class CfnChannelPropsMixin.HlsOutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.HlsOutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.HlsOutputSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.HlsOutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.HlsOutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.HlsOutputSettingsProperty
An implementation for
CfnChannelPropsMixin.HlsOutputSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.HlsOutputSettingsProperty
CfnChannelPropsMixin.HlsOutputSettingsProperty.Builder, CfnChannelPropsMixin.HlsOutputSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.HlsOutputSettingsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringOnly applicable when this output is referencing an H.265 video description.final ObjectThe settings regarding the underlying stream.final StringA string that is concatenated to the end of the destination file name.final StringA string that is concatenated to the end of segment file names.final inthashCode()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 theCfnChannelPropsMixin.HlsOutputSettingsProperty.Builder.
-
-
Method Details
-
getH265PackagingType
Description copied from interface:CfnChannelPropsMixin.HlsOutputSettingsPropertyOnly applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Specified by:
getH265PackagingTypein interfaceCfnChannelPropsMixin.HlsOutputSettingsProperty- See Also:
-
getHlsSettings
Description copied from interface:CfnChannelPropsMixin.HlsOutputSettingsPropertyThe settings regarding the underlying stream.These settings are different for audio-only outputs.
Returns union: either
IResolvableorCfnChannelPropsMixin.HlsSettingsProperty- Specified by:
getHlsSettingsin interfaceCfnChannelPropsMixin.HlsOutputSettingsProperty- See Also:
-
getNameModifier
Description copied from interface:CfnChannelPropsMixin.HlsOutputSettingsPropertyA string that is concatenated to the end of the destination file name.Accepts "Format Identifiers":#formatIdentifierParameters.
- Specified by:
getNameModifierin interfaceCfnChannelPropsMixin.HlsOutputSettingsProperty- See Also:
-
getSegmentModifier
Description copied from interface:CfnChannelPropsMixin.HlsOutputSettingsPropertyA string that is concatenated to the end of segment file names.- Specified by:
getSegmentModifierin interfaceCfnChannelPropsMixin.HlsOutputSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-