Class SDPSsrcAttribute
An attribute used to defined additional properties about a media source and the relationship between them. As specified in RFC5576, https://tools.ietf.org/html/rfc5576.
Inheritance
System.Object
SDPSsrcAttribute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class SDPSsrcAttribute
Constructors
| Improve this Doc View SourceSDPSsrcAttribute(UInt32, String, String)
Default constructor.
Declaration
public SDPSsrcAttribute(uint ssrc, string cname, string groupID)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | ssrc | The SSRC that should match an RTP stream. |
System.String | cname | Optional. The CNAME value to use in RTCP SDES sections. |
System.String | groupID | Optional. If this "ssrc" attribute is part of a group this is the group ID. |
Fields
| Improve this Doc View SourceMEDIA_CNAME_ATTRIBUE_PREFIX
Declaration
public const string MEDIA_CNAME_ATTRIBUE_PREFIX = "cname"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceCname
Declaration
public string Cname { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupID
Declaration
public string GroupID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SSRC
Declaration
public uint SSRC { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |