Click or drag to resize
SRtpStreamConfiguration Class
Rtp stream configuration.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpSRtpStreamConfiguration

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class SRtpStreamConfiguration

The SRtpStreamConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSRtpStreamConfiguration
Initializes a new instance of the SRtpStreamConfiguration class
Top
Properties
  NameDescription
Public propertyDirection
Gets or sets the direction of the stream.
Public propertyKey
Gets or sets the key used to encrypt the RTP/RTCP stream.
Public propertySsrc
Gets or sets the synchronization source of the RTP stream.
Public propertySuite
Gets or sets the crypto suite to use.
Public propertySynchronizationSourceType
Gets or sets the type of the type synchronization source.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also