Uses of Enum
software.amazon.awscdk.services.mediapackagev2.alpha.VideoDynamicRange
Packages that use VideoDynamicRange
Package
Description
AWS::MediaPackageV2 Construct Library
-
Uses of VideoDynamicRange in software.amazon.awscdk.services.mediapackagev2.alpha
Methods in software.amazon.awscdk.services.mediapackagev2.alpha that return VideoDynamicRangeModifier and TypeMethodDescriptionstatic VideoDynamicRangeReturns the enum constant of this type with the specified name.static VideoDynamicRange[]VideoDynamicRange.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 VideoDynamicRangeModifier and TypeMethodDescriptionstatic ManifestFilterManifestFilter.videoDynamicRange(VideoDynamicRange value) (experimental) Filter by a single video dynamic range.Method parameters in software.amazon.awscdk.services.mediapackagev2.alpha with type arguments of type VideoDynamicRangeModifier and TypeMethodDescriptionstatic ManifestFilterManifestFilter.videoDynamicRangeList(List<? extends VideoDynamicRange> values) (experimental) Filter by multiple video dynamic ranges.