Uses of Interface
software.amazon.awscdk.services.medialive.alpha.Smpte2110SdpLocation
Packages that use Smpte2110SdpLocation
Package
Description
AWS::MediaLive Construct Library
-
Uses of Smpte2110SdpLocation in software.amazon.awscdk.services.medialive.alpha
Classes in software.amazon.awscdk.services.medialive.alpha that implement Smpte2110SdpLocationMethods in software.amazon.awscdk.services.medialive.alpha that return Smpte2110SdpLocationModifier and TypeMethodDescriptionSmpte2110SdpLocation.Builder.build()Builds the configured instance.default Smpte2110SdpLocationSmpte2110InputProps.getVideoSdp()(experimental) The SDP describing the video stream.final Smpte2110SdpLocationSmpte2110InputProps.Jsii$Proxy.getVideoSdp()Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type Smpte2110SdpLocationModifier and TypeMethodDescriptiondefault List<Smpte2110SdpLocation> Smpte2110InputProps.getAncillarySdps()(experimental) The SDPs describing the ancillary data streams (SCTE-35 or captions).final List<Smpte2110SdpLocation> Smpte2110InputProps.Jsii$Proxy.getAncillarySdps()default List<Smpte2110SdpLocation> Smpte2110InputProps.getAudioSdps()(experimental) The SDPs describing the audio streams.final List<Smpte2110SdpLocation> Smpte2110InputProps.Jsii$Proxy.getAudioSdps()Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type Smpte2110SdpLocationModifier and TypeMethodDescriptionSmpte2110InputProps.Builder.videoSdp(Smpte2110SdpLocation videoSdp) Sets the value ofSmpte2110InputProps.getVideoSdp()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type Smpte2110SdpLocationModifier and TypeMethodDescriptionSmpte2110InputProps.Builder.ancillarySdps(List<? extends Smpte2110SdpLocation> ancillarySdps) Sets the value ofSmpte2110InputProps.getAncillarySdps()Smpte2110InputProps.Builder.audioSdps(List<? extends Smpte2110SdpLocation> audioSdps) Sets the value ofSmpte2110InputProps.getAudioSdps()