Click or drag to resize
SRtpStreamDirection Enumeration
Contains information about the direction of an SRTP stream.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum SRtpStreamDirection
Members
  Member nameValueDescription
Inbound0 The stream is inbound and a key and crypto suite is provided by the sender
Outbound1 The stream is outbound and a key is provided by the user
OutboundCreateKey2 The stream is outbound and a key and the default crypto suite is automatically created
See Also