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