Class RouterOutputProtocolOptions
(experimental) Protocol options available for Router Output configurations.
Namespace: Amazon.CDK.AWS.MediaConnect.Alpha
Assembly: Amazon.CDK.AWS.MediaConnect.Alpha.dll
Syntax (csharp)
public class RouterOutputProtocolOptions : DeputyBase
Syntax (vb)
Public Class RouterOutputProtocolOptions Inherits DeputyBase
Remarks
Stability: Experimental
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.MediaConnect.Alpha;
var routerOutputProtocolOptions = RouterOutputProtocolOptions.RIST;
Synopsis
Properties
| RIST | (experimental) Reliable Internet Stream Transport. |
| RTP | (experimental) Real-time Transport Protocol. |
| SRT_CALLER | (experimental) Secure Reliable Transport - Caller mode. |
| SRT_LISTENER | (experimental) Secure Reliable Transport - Listener mode. |
| Value | (experimental) The protocol string value. |
Methods
| Of(string) | (experimental) Use a custom protocol value. |
| ToString() | (experimental) Returns the string value. |
Properties
RIST
(experimental) Reliable Internet Stream Transport.
public static RouterOutputProtocolOptions RIST { get; }
Property Value
Remarks
Stability: Experimental
RTP
(experimental) Real-time Transport Protocol.
public static RouterOutputProtocolOptions RTP { get; }
Property Value
Remarks
Stability: Experimental
SRT_CALLER
(experimental) Secure Reliable Transport - Caller mode.
public static RouterOutputProtocolOptions SRT_CALLER { get; }
Property Value
Remarks
Stability: Experimental
SRT_LISTENER
(experimental) Secure Reliable Transport - Listener mode.
public static RouterOutputProtocolOptions SRT_LISTENER { get; }
Property Value
Remarks
Stability: Experimental
Value
(experimental) The protocol string value.
public virtual string Value { get; }
Property Value
Remarks
Stability: Experimental
Methods
Of(string)
(experimental) Use a custom protocol value.
public static RouterOutputProtocolOptions Of(string value)
Parameters
- value string
The protocol string value.
Returns
Remarks
Stability: Experimental
ToString()
(experimental) Returns the string value.
public override string ToString()
Returns
Remarks
Stability: Experimental