Interface CfnInputPropsMixin.Smpte2110ReceiverGroupSdpSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInputPropsMixin.Smpte2110ReceiverGroupSdpSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnInputPropsMixin
@Stability(Stable)
public static interface CfnInputPropsMixin.Smpte2110ReceiverGroupSdpSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
Smpte2110ReceiverGroupSdpSettingsProperty smpte2110ReceiverGroupSdpSettingsProperty = Smpte2110ReceiverGroupSdpSettingsProperty.builder()
.ancillarySdps(List.of(InputSdpLocationProperty.builder()
.mediaIndex(123)
.sdpUrl("sdpUrl")
.build()))
.audioSdps(List.of(InputSdpLocationProperty.builder()
.mediaIndex(123)
.sdpUrl("sdpUrl")
.build()))
.videoSdp(InputSdpLocationProperty.builder()
.mediaIndex(123)
.sdpUrl("sdpUrl")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInputPropsMixin.Smpte2110ReceiverGroupSdpSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInputPropsMixin.InputSdpLocationProperty>default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInputPropsMixin.InputSdpLocationProperty>default ObjectReturns union: eitherIResolvableorCfnInputPropsMixin.InputSdpLocationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAncillarySdps
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInputPropsMixin.InputSdpLocationProperty>- See Also:
-
getAudioSdps
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInputPropsMixin.InputSdpLocationProperty>- See Also:
-
getVideoSdp
Returns union: eitherIResolvableorCfnInputPropsMixin.InputSdpLocationProperty- See Also:
-
builder
@Stability(Stable) static CfnInputPropsMixin.Smpte2110ReceiverGroupSdpSettingsProperty.Builder builder()
-