Enum SRTConnectionMode
Defines the SRT connection types.
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public enum SRTConnectionMode
Fields
| Name | Description |
|---|---|
| Caller | Acts as the caller in an SRT connection. |
| Listener | Acts as the listener in an SRT connection. |
| None | No connection mode specified. |
| Rendezvous | Uses the rendezvous mode in an SRT connection. |