Uses of Enum
software.amazon.awscdk.services.ivs.alpha.ContainerFormat
Packages that use ContainerFormat
-
Uses of ContainerFormat in software.amazon.awscdk.services.ivs.alpha
Methods in software.amazon.awscdk.services.ivs.alpha that return ContainerFormatModifier and TypeMethodDescriptiondefault ContainerFormatChannelProps.getContainerFormat()(experimental) Indicates which content-packaging format is used (MPEG-TS or fMP4).final ContainerFormatChannelProps.Jsii$Proxy.getContainerFormat()static ContainerFormatReturns the enum constant of this type with the specified name.static ContainerFormat[]ContainerFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ivs.alpha with parameters of type ContainerFormatModifier and TypeMethodDescriptionChannel.Builder.containerFormat(ContainerFormat containerFormat) (experimental) Indicates which content-packaging format is used (MPEG-TS or fMP4).ChannelProps.Builder.containerFormat(ContainerFormat containerFormat) Sets the value ofChannelProps.getContainerFormat()