Uses of Enum
software.amazon.awscdk.services.mediapackagev2.alpha.ScteInSegments
Packages that use ScteInSegments
Package
Description
AWS::MediaPackageV2 Construct Library
-
Uses of ScteInSegments in software.amazon.awscdk.services.mediapackagev2.alpha
Methods in software.amazon.awscdk.services.mediapackagev2.alpha that return ScteInSegmentsModifier and TypeMethodDescriptiondefault ScteInSegmentsCmafSegmentProps.getScteInSegments()(experimental) Controls whether SCTE-35 messages are included in segment files.final ScteInSegmentsCmafSegmentProps.Jsii$Proxy.getScteInSegments()default ScteInSegmentsSegmentConfiguration.getScteInSegments()(experimental) Controls whether SCTE-35 messages are included in segment files.final ScteInSegmentsSegmentConfiguration.Jsii$Proxy.getScteInSegments()default ScteInSegmentsTsSegmentProps.getScteInSegments()(experimental) Controls whether SCTE-35 messages are included in segment files.final ScteInSegmentsTsSegmentProps.Jsii$Proxy.getScteInSegments()static ScteInSegmentsReturns the enum constant of this type with the specified name.static ScteInSegments[]ScteInSegments.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.mediapackagev2.alpha with parameters of type ScteInSegmentsModifier and TypeMethodDescriptionCmafSegmentProps.Builder.scteInSegments(ScteInSegments scteInSegments) Sets the value ofCmafSegmentProps.getScteInSegments()SegmentConfiguration.Builder.scteInSegments(ScteInSegments scteInSegments) Sets the value ofSegmentConfiguration.getScteInSegments()TsSegmentProps.Builder.scteInSegments(ScteInSegments scteInSegments) Sets the value ofTsSegmentProps.getScteInSegments()