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