Uses of Interface
software.amazon.awscdk.services.mediapackagev2.alpha.SegmentConfiguration
Packages that use SegmentConfiguration
Package
Description
AWS::MediaPackageV2 Construct Library
-
Uses of SegmentConfiguration in software.amazon.awscdk.services.mediapackagev2.alpha
Classes in software.amazon.awscdk.services.mediapackagev2.alpha that implement SegmentConfigurationMethods in software.amazon.awscdk.services.mediapackagev2.alpha that return SegmentConfigurationModifier and TypeMethodDescriptionSegmentConfiguration.Builder.build()Builds the configured instance.static SegmentConfigurationSegment.cmaf()(experimental) Create a CMAF segment configuration.static SegmentConfigurationSegment.cmaf(CmafSegmentProps props) (experimental) Create a CMAF segment configuration.protected SegmentConfigurationOriginEndpoint.getSegment()OriginEndpointOptions.getSegment()(experimental) The segment associated with the origin endpoint.final SegmentConfigurationOriginEndpointOptions.Jsii$Proxy.getSegment()final SegmentConfigurationOriginEndpointProps.Jsii$Proxy.getSegment()static SegmentConfigurationSegment.ism()(experimental) Create an ISM (Microsoft Smooth Streaming) segment configuration.static SegmentConfigurationSegment.ism(IsmSegmentProps props) (experimental) Create an ISM (Microsoft Smooth Streaming) segment configuration.static SegmentConfigurationSegment.ts()(experimental) Create a TS (Transport Stream) segment configuration.static SegmentConfigurationSegment.ts(TsSegmentProps props) (experimental) Create a TS (Transport Stream) segment configuration.Methods in software.amazon.awscdk.services.mediapackagev2.alpha with parameters of type SegmentConfigurationModifier and TypeMethodDescriptionOriginEndpoint.Builder.segment(SegmentConfiguration segment) (experimental) The segment associated with the origin endpoint.OriginEndpointOptions.Builder.segment(SegmentConfiguration segment) Sets the value ofOriginEndpointOptions.getSegment()OriginEndpointProps.Builder.segment(SegmentConfiguration segment) Sets the value ofOriginEndpointOptions.getSegment()protected CfnOriginEndpoint.SegmentPropertyOriginEndpoint.segmentValidation(ContainerType segmentContainerType, SegmentConfiguration segment) (experimental) Validate and modify Segment configuration for endpoint.protected voidOriginEndpoint.setSegment(SegmentConfiguration value)