Enum SRTKeyLength
Defines the key lengths used for SRT connections.
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public enum SRTKeyLength
Fields
| Name | Description |
|---|---|
| Length0 | Encryption key length of 0 bits (equivalent to no key). |
| Length16 | Encryption key length of 16 bits. |
| Length24 | Encryption key length of 24 bits. |
| Length32 | Encryption key length of 32 bits. |
| NoKey | No encryption key is used. |