Click or drag to resize

SsrcAttribute Class

The SDP media attribute "ssrc" indicates a property (known as a "source-level attribute") of a media source (RTP stream) within an RTP session.
Inheritance Hierarchy

Namespace:  FM.IceLink.Sdp.Rtp
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The SsrcAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSsrcAttribute(Int64, String)
Initializes a new instance of the SsrcAttribute class.
Public methodSsrcAttribute(Int64, String, String)
Initializes a new instance of the SsrcAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyName
Gets or sets the name of the attribute.
Public propertySynchronizationSource
Gets or sets the synchronization source.
Public propertyValue
Gets or sets the attribute value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the SsrcAttribute class.
Protected methodGetAttributeValue
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also