Click or drag to resize
RtcpSourceDescription Class
RTCP Source description.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpRtcpPacket
    StreamCoders.RtpRtcpSourceDescription

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

The RtcpSourceDescription type exposes the following members.

Constructors
  NameDescription
Public methodRtcpSourceDescription
Constructor.
Top
Properties
  NameDescription
Public propertyCreationTime
Gets the time of the creation.
(Inherited from RtcpPacket.)
Public propertyPacketType
The RTCP packet Type of which the packet was instantiated.
(Inherited from RtcpPacket.)
Public propertyPadding
The RTCP padding field.
(Inherited from RtcpPacket.)
Public propertySourceCount
Gets the number of sources.
Public propertyVersion
The RTCP version field. This should always be 2.
(Inherited from RtcpPacket.)
Top
Methods
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