Class CfnInputPropsMixin.SrtSettingsRequestProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInputPropsMixin.SrtSettingsRequestProperty : CfnInputPropsMixin.ISrtSettingsRequestProperty
Syntax (vb)
Public Class CfnInputPropsMixin.SrtSettingsRequestProperty Implements CfnInputPropsMixin.ISrtSettingsRequestProperty
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.CfnPropertyMixins.AWS.MediaLive;
var srtSettingsRequestProperty = new SrtSettingsRequestProperty {
SrtCallerSources = new [] { new SrtCallerSourceRequestProperty {
Decryption = new SrtCallerDecryptionRequestProperty {
Algorithm = "algorithm",
PassphraseSecretArn = "passphraseSecretArn"
},
MinimumLatency = 123,
SrtListenerAddress = "srtListenerAddress",
SrtListenerPort = "srtListenerPort",
StreamId = "streamId"
} },
SrtListenerSettings = new SrtListenerSettingsRequestProperty {
Decryption = new SrtListenerDecryptionRequestProperty {
Algorithm = "algorithm",
PassphraseSecretArn = "passphraseSecretArn"
},
MinimumLatency = 123,
StreamId = "streamId"
}
};
Synopsis
Constructors
| SrtSettingsRequestProperty() |
Properties
| SrtCallerSources | |
| SrtListenerSettings |
Constructors
SrtSettingsRequestProperty()
public SrtSettingsRequestProperty()
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.CfnPropertyMixins.AWS.MediaLive;
var srtSettingsRequestProperty = new SrtSettingsRequestProperty {
SrtCallerSources = new [] { new SrtCallerSourceRequestProperty {
Decryption = new SrtCallerDecryptionRequestProperty {
Algorithm = "algorithm",
PassphraseSecretArn = "passphraseSecretArn"
},
MinimumLatency = 123,
SrtListenerAddress = "srtListenerAddress",
SrtListenerPort = "srtListenerPort",
StreamId = "streamId"
} },
SrtListenerSettings = new SrtListenerSettingsRequestProperty {
Decryption = new SrtListenerDecryptionRequestProperty {
Algorithm = "algorithm",
PassphraseSecretArn = "passphraseSecretArn"
},
MinimumLatency = 123,
StreamId = "streamId"
}
};
Properties
SrtCallerSources
public object? SrtCallerSources { get; set; }
Property Value
Remarks
SrtListenerSettings
public object? SrtListenerSettings { get; set; }