Uses of Class
software.amazon.awscdk.services.medialive.alpha.UdpOutputDestination
Packages that use UdpOutputDestination
Package
Description
AWS::MediaLive Construct Library
-
Uses of UdpOutputDestination in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return UdpOutputDestinationModifier and TypeMethodDescriptionstatic UdpOutputDestinationUdpOutputDestination.rtp(TransportOutputDestinationProps props) (experimental) Deliver over RTP — buildsrtp://address:port.static UdpOutputDestinationUdpOutputDestination.udp(TransportOutputDestinationProps props) (experimental) Deliver over UDP — buildsudp://address:port.static UdpOutputDestination(experimental) Deliver to a raw transport URL (escape hatch).Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type UdpOutputDestinationModifier and TypeMethodDescriptionUdpOutputGroupProps.getDestinations()(experimental) The destinations for this output group — one per pipeline.final List<UdpOutputDestination> UdpOutputGroupProps.Jsii$Proxy.getDestinations()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type UdpOutputDestinationModifier and TypeMethodDescriptionUdpOutputGroupProps.Builder.destinations(List<? extends UdpOutputDestination> destinations) Sets the value ofUdpOutputGroupProps.getDestinations()