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