Uses of Class
software.amazon.awscdk.services.medialive.alpha.VideoCodecSettings
Packages that use VideoCodecSettings
Package
Description
AWS::MediaLive Construct Library
-
Uses of VideoCodecSettings in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return VideoCodecSettingsModifier and TypeMethodDescriptionstatic VideoCodecSettingsVideoCodecSettings.av1()(experimental) Create AV1 codec settings.static VideoCodecSettingsVideoCodecSettings.av1(Av1SettingsProps props) (experimental) Create AV1 codec settings.static VideoCodecSettingsVideoCodecSettings.frameCapture()(experimental) Create frame capture codec settings.static VideoCodecSettingsVideoCodecSettings.frameCapture(FrameCaptureSettingsProps props) (experimental) Create frame capture codec settings.VideoEncodeProps.getCodec()(experimental) The codec for the video encode.final VideoCodecSettingsVideoEncodeProps.Jsii$Proxy.getCodec()static VideoCodecSettingsVideoCodecSettings.h264()(experimental) Create H.264 (AVC) codec settings.static VideoCodecSettingsVideoCodecSettings.h264(H264SettingsProps props) (experimental) Create H.264 (AVC) codec settings.static VideoCodecSettingsVideoCodecSettings.h265(H265SettingsProps props) (experimental) Create H.265 (HEVC) codec settings.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type VideoCodecSettingsModifier and TypeMethodDescriptionVideoEncodeProps.Builder.codec(VideoCodecSettings codec) Sets the value ofVideoEncodeProps.getCodec()