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