Interface CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInput.Smpte2110ReceiverGroupSdpSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnInput
@Stability(Stable)
public static interface CfnInput.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.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 classA builder forCfnInput.Smpte2110ReceiverGroupSdpSettingsPropertystatic final classAn implementation forCfnInput.Smpte2110ReceiverGroupSdpSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInput.InputSdpLocationProperty>default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInput.InputSdpLocationProperty>default ObjectReturns union: eitherIResolvableorCfnInput.InputSdpLocationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAncillarySdps
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInput.InputSdpLocationProperty>- See Also:
-
getAudioSdps
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInput.InputSdpLocationProperty>- See Also:
-
getVideoSdp
Returns union: eitherIResolvableorCfnInput.InputSdpLocationProperty- See Also:
-
builder
-