Click or drag to resize

Attribute Class

The RTCP attribute is used to document the RTCP port used for media stream, when that port is not the next higher (odd) port number following the RTP port described in the media line.
Inheritance Hierarchy

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

The Attribute type exposes the following members.

Constructors
  NameDescription
Public methodAttribute
Initializes a new instance of the Attribute class.
Top
Properties
  NameDescription
Public propertyAddressType
Gets or sets the type of the address. See AddressType for possible values.
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyConnectionAddress
Gets or sets the RTCP connection address.
Public propertyNetworkType
Gets or sets the type of network. See NetworkType for possible values.
Public propertyPort
Gets or sets the RTCP port number.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the Attribute 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.)
Public methodUpdate
Updates the port and connection address.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also