Uses of Class
software.amazon.awscdk.Bitrate
Packages that use Bitrate
Package
Description
AWS Cloud Development Kit Library
AWS::MediaConnect Construct Library
AWS::MediaPackageV2 Construct Library
-
Uses of Bitrate in software.amazon.awscdk
Methods in software.amazon.awscdk that return BitrateModifier and TypeMethodDescriptionstatic BitrateCreate a Bitrate representing an amount of bits per second.static BitrateCreate a Bitrate representing an amount of gigabits per second.static BitrateCreate a Bitrate representing an amount of kilobits per second.static BitrateCreate a Bitrate representing an amount of megabits per second. -
Uses of Bitrate in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return BitrateModifier and TypeMethodDescriptionEgressBridgeConfiguration.getMaxBitrate()(experimental) The maximum expected bitrate (in bps) of the bridge.final BitrateEgressBridgeConfiguration.Jsii$Proxy.getMaxBitrate()IngressBridgeConfiguration.getMaxBitrate()(experimental) The maximum expected bitrate (in bps) of the bridge.final BitrateIngressBridgeConfiguration.Jsii$Proxy.getMaxBitrate()default BitrateSourceRist.getMaxBitrate()(experimental) The maximum bitrate for RIST, RTP, and RTP-FEC streams.final BitrateSourceRist.Jsii$Proxy.getMaxBitrate()default BitrateSourceRtp.getMaxBitrate()(experimental) The maximum bitrate for RIST, RTP, and RTP-FEC streams.final BitrateSourceRtp.Jsii$Proxy.getMaxBitrate()default BitrateSourceSrtCaller.getMaxBitrate()(experimental) The maximum bitrate for streams.final BitrateSourceSrtCaller.Jsii$Proxy.getMaxBitrate()default BitrateSourceSrtListener.getMaxBitrate()(experimental) The maximum bitrate for streams.final BitrateSourceSrtListener.Jsii$Proxy.getMaxBitrate()RouterInputProps.getMaximumBitrate()(experimental) Maximum bitrate in bits per second that the Router Input can handle.final BitrateRouterInputProps.Jsii$Proxy.getMaximumBitrate()RouterOutputProps.getMaximumBitrate()(experimental) Maximum bitrate in bits per second that the Router Output can handle.final BitrateRouterOutputProps.Jsii$Proxy.getMaximumBitrate()default BitrateEncodingConfig.getVideoMaxBitrate()(experimental) The maximum video bitrate to use when transcoding the NDI source to a transport stream.final BitrateEncodingConfig.Jsii$Proxy.getVideoMaxBitrate()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type BitrateModifier and TypeMethodDescriptionEgressBridgeConfiguration.Builder.maxBitrate(Bitrate maxBitrate) Sets the value ofEgressBridgeConfiguration.getMaxBitrate()IngressBridgeConfiguration.Builder.maxBitrate(Bitrate maxBitrate) Sets the value ofIngressBridgeConfiguration.getMaxBitrate()SourceRist.Builder.maxBitrate(Bitrate maxBitrate) Sets the value ofSourceRist.getMaxBitrate()SourceRtp.Builder.maxBitrate(Bitrate maxBitrate) Sets the value ofSourceRtp.getMaxBitrate()SourceSrtCaller.Builder.maxBitrate(Bitrate maxBitrate) Sets the value ofSourceSrtCaller.getMaxBitrate()SourceSrtListener.Builder.maxBitrate(Bitrate maxBitrate) Sets the value ofSourceSrtListener.getMaxBitrate()RouterInput.Builder.maximumBitrate(Bitrate maximumBitrate) (experimental) Maximum bitrate in bits per second that the Router Input can handle.RouterInputProps.Builder.maximumBitrate(Bitrate maximumBitrate) Sets the value ofRouterInputProps.getMaximumBitrate()RouterOutput.Builder.maximumBitrate(Bitrate maximumBitrate) (experimental) Maximum bitrate in bits per second that the Router Output can handle.RouterOutputProps.Builder.maximumBitrate(Bitrate maximumBitrate) Sets the value ofRouterOutputProps.getMaximumBitrate()EncodingConfig.Builder.videoMaxBitrate(Bitrate videoMaxBitrate) Sets the value ofEncodingConfig.getVideoMaxBitrate() -
Uses of Bitrate in software.amazon.awscdk.services.mediapackagev2.alpha
Methods in software.amazon.awscdk.services.mediapackagev2.alpha with parameters of type BitrateModifier and TypeMethodDescriptionstatic ManifestFilterManifestFilter.bitrate(BitrateFilterKey key, Bitrate value) (experimental) Filter by a single bitrate value.static ManifestFilterManifestFilter.bitrateRange(BitrateFilterKey key, Bitrate start, Bitrate end) (experimental) Filter by a bitrate range (inclusive).static BitrateExpression(experimental) An inclusive bitrate range.static BitrateExpression(experimental) A single bitrate value.