Uses of Class
software.amazon.awscdk.services.mediaconnect.alpha.RouterInputProtocol
Packages that use RouterInputProtocol
Package
Description
AWS::MediaConnect Construct Library
-
Uses of RouterInputProtocol in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return RouterInputProtocolModifier and TypeMethodDescriptionStandardConfigurationProps.getProtocol()(experimental) Protocol configuration for the input.final RouterInputProtocolStandardConfigurationProps.Jsii$Proxy.getProtocol()static RouterInputProtocolRouterInputProtocol.rist(RistProtocolProps props) (experimental) Create a RIST protocol configuration.static RouterInputProtocolRouterInputProtocol.rtp(RtpProtocolProps props) (experimental) Create an RTP protocol configuration.static RouterInputProtocolRouterInputProtocol.srtCaller(SrtCallerProtocolProps props) (experimental) Create an SRT Caller protocol configuration.static RouterInputProtocolRouterInputProtocol.srtListener(SrtListenerProtocolProps props) (experimental) Create an SRT Listener protocol configuration.Methods in software.amazon.awscdk.services.mediaconnect.alpha that return types with arguments of type RouterInputProtocolModifier and TypeMethodDescriptionFailoverConfigurationProps.getProtocols()(experimental) Array of exactly 2 protocol configurations for failover (must be same protocol type).final List<RouterInputProtocol> FailoverConfigurationProps.Jsii$Proxy.getProtocols()MergeConfigurationProps.getProtocols()(experimental) Array of exactly 2 protocol configurations for merge (must be same non-SRT protocol type).final List<RouterInputProtocol> MergeConfigurationProps.Jsii$Proxy.getProtocols()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type RouterInputProtocolModifier and TypeMethodDescriptionStandardConfigurationProps.Builder.protocol(RouterInputProtocol protocol) Sets the value ofStandardConfigurationProps.getProtocol()Method parameters in software.amazon.awscdk.services.mediaconnect.alpha with type arguments of type RouterInputProtocolModifier and TypeMethodDescriptionFailoverConfigurationProps.Builder.protocols(List<? extends RouterInputProtocol> protocols) Sets the value ofFailoverConfigurationProps.getProtocols()MergeConfigurationProps.Builder.protocols(List<? extends RouterInputProtocol> protocols) Sets the value ofMergeConfigurationProps.getProtocols()