Uses of Class
software.amazon.awscdk.services.mediaconnect.alpha.MediaStream
Packages that use MediaStream
Package
Description
AWS::MediaConnect Construct Library
-
Uses of MediaStream in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return MediaStreamModifier and TypeMethodDescriptionstatic MediaStreamMediaStream.ancillaryData(MediaStreamAncillaryData config) (experimental) Configuration for MediaStream ancillary data.static MediaStreamMediaStream.audio(MediaStreamAudio config) (experimental) Configuration for MediaStream audio.MediaStreamSourceConfigurationCdi.getMediaStream()(experimental) The name of the media stream.final MediaStreamMediaStreamSourceConfigurationCdi.Jsii$Proxy.getMediaStream()MediaStreamSourceConfigurationJpegXs.getMediaStream()(experimental) The name of the media stream.final MediaStreamMediaStreamSourceConfigurationJpegXs.Jsii$Proxy.getMediaStream()static MediaStreamMediaStream.video(MediaStreamVideo config) (experimental) Configuration for MediaStream Video.Methods in software.amazon.awscdk.services.mediaconnect.alpha that return types with arguments of type MediaStreamModifier and TypeMethodDescriptiondefault List<MediaStream> FlowProps.getMediaStreams()(experimental) The media streams that are associated with the flow.final List<MediaStream> FlowProps.Jsii$Proxy.getMediaStreams()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type MediaStreamModifier and TypeMethodDescriptionMediaStreamSourceConfigurationCdi.Builder.mediaStream(MediaStream mediaStream) Sets the value ofMediaStreamSourceConfigurationCdi.getMediaStream()MediaStreamSourceConfigurationJpegXs.Builder.mediaStream(MediaStream mediaStream) Sets the value ofMediaStreamSourceConfigurationJpegXs.getMediaStream()Method parameters in software.amazon.awscdk.services.mediaconnect.alpha with type arguments of type MediaStreamModifier and TypeMethodDescriptionFlow.Builder.mediaStreams(List<? extends MediaStream> mediaStreams) (experimental) The media streams that are associated with the flow.FlowProps.Builder.mediaStreams(List<? extends MediaStream> mediaStreams) Sets the value ofFlowProps.getMediaStreams()