Uses of Class
software.amazon.awscdk.services.medialive.alpha.SubgopLength
Packages that use SubgopLength
Package
Description
AWS::MediaLive Construct Library
-
Uses of SubgopLength in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as SubgopLengthModifier and TypeFieldDescriptionstatic final SubgopLengthSubgopLength.DYNAMIC(experimental) Dynamic — let MediaLive optimize B-frames per sub-GOP.static final SubgopLengthSubgopLength.FIXED(experimental) Fixed — use gopNumBFrames in each sub-GOP.Methods in software.amazon.awscdk.services.medialive.alpha that return SubgopLengthModifier and TypeMethodDescriptiondefault SubgopLengthH264SettingsProps.getSubgopLength()(experimental) Sub-GOP length mode.final SubgopLengthH264SettingsProps.Jsii$Proxy.getSubgopLength()default SubgopLengthH265SettingsProps.getSubgopLength()(experimental) Sub-GOP length mode.final SubgopLengthH265SettingsProps.Jsii$Proxy.getSubgopLength()static SubgopLength(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type SubgopLengthModifier and TypeMethodDescriptionH264SettingsProps.Builder.subgopLength(SubgopLength subgopLength) Sets the value ofH264SettingsProps.getSubgopLength()H265SettingsProps.Builder.subgopLength(SubgopLength subgopLength) Sets the value ofH265SettingsProps.getSubgopLength()