Interface CfnInput.ISmpte2110ReceiverGroupSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInput.ISmpte2110ReceiverGroupSettingsProperty
Syntax (vb)
Public Interface CfnInput.ISmpte2110ReceiverGroupSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var smpte2110ReceiverGroupSettingsProperty = new Smpte2110ReceiverGroupSettingsProperty {
Smpte2110ReceiverGroups = new [] { new Smpte2110ReceiverGroupProperty {
SdpSettings = new Smpte2110ReceiverGroupSdpSettingsProperty {
AncillarySdps = new [] { new InputSdpLocationProperty {
MediaIndex = 123,
SdpUrl = "sdpUrl"
} },
AudioSdps = new [] { new InputSdpLocationProperty {
MediaIndex = 123,
SdpUrl = "sdpUrl"
} },
VideoSdp = new InputSdpLocationProperty {
MediaIndex = 123,
SdpUrl = "sdpUrl"
}
}
} }
};
Synopsis
Properties
| Smpte2110ReceiverGroups |
Properties
Smpte2110ReceiverGroups
object? Smpte2110ReceiverGroups { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnInput.ISmpte2110ReceiverGroupProperty)[]