SRtpStreamDirection Enumeration |
Contains information about the direction of an SRTP stream.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public enum SRtpStreamDirection
Public Enumeration SRtpStreamDirection
public enum class SRtpStreamDirection
Members
| Member name | Value | Description |
---|
| Inbound | 0 |
The stream is inbound and a key and crypto suite is provided by the sender
|
| Outbound | 1 |
The stream is outbound and a key is provided by the user
|
| OutboundCreateKey | 2 |
The stream is outbound and a key and the default crypto suite is automatically created
|
See Also