Class CmafSegmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.CmafSegmentProps.Jsii$Proxy
- All Implemented Interfaces:
CmafSegmentProps,SegmentPropsBase,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CmafSegmentProps
@Stability(Experimental)
@Internal
public static final class CmafSegmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CmafSegmentProps
An implementation for
CmafSegmentProps-
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.services.mediapackagev2.alpha.CmafSegmentProps
CmafSegmentProps.Builder, CmafSegmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CmafSegmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCmafSegmentProps.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 Duration(experimental) Duration of each segment.final CmafEncryption(experimental) Encryption configuration for the CMAF segment.final Boolean(experimental) Whether to include I-frame-only streams.final StringgetName()(experimental) Name of the segment.final List<ScteMessageType> (experimental) SCTE-35 message types to treat as ad markers.final ScteInSegments(experimental) Controls whether SCTE-35 messages are included in segment files.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 theCmafSegmentProps.Builder.
-
-
Method Details
-
getEncryption
Description copied from interface:CmafSegmentProps(experimental) Encryption configuration for the CMAF segment.Use
CmafEncryption.speke()to create the configuration.Default: - No encryption
- Specified by:
getEncryptionin interfaceCmafSegmentProps
-
getScteFilter
Description copied from interface:CmafSegmentProps(experimental) SCTE-35 message types to treat as ad markers.Default: - no filtering
- Specified by:
getScteFilterin interfaceCmafSegmentProps
-
getScteInSegments
Description copied from interface:CmafSegmentProps(experimental) Controls whether SCTE-35 messages are included in segment files.Default: - SCTE-35 messages are not included in segments
- Specified by:
getScteInSegmentsin interfaceCmafSegmentProps
-
getDuration
Description copied from interface:SegmentPropsBase(experimental) Duration of each segment.Default: Duration.seconds(6)
- Specified by:
getDurationin interfaceSegmentPropsBase
-
getIncludeIframeOnlyStreams
Description copied from interface:SegmentPropsBase(experimental) Whether to include I-frame-only streams.Default: false
- Specified by:
getIncludeIframeOnlyStreamsin interfaceSegmentPropsBase
-
getName
Description copied from interface:SegmentPropsBase(experimental) Name of the segment.Default: 'segment'
- Specified by:
getNamein interfaceSegmentPropsBase
-
$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()
-