Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html#cfn-medialive-input-smpte2110receivergroupsettings-smpte2110receivergroups

Type union: either IResolvable or (either IResolvable or CfnInput.ISmpte2110ReceiverGroupProperty)[]

Back to top Generated by DocFX