Click or drag to resize

MediaStreamIdAttribute Class

https://tools.ietf.org/html/rfc5888#page-4 "Media stream identification" media attribute, which is used for identifying media streams within a session description. Its formatting in SDP [RFC4566] is described by the following Augmented Backus-Naur Form(ABNF) [RFC5234]: mid-attribute = "a=mid:" identification-tag identification-tag = token ; token is defined in RFC 4566 The identification-tag MUST be unique within an SDP session description.
Inheritance Hierarchy
SystemObject
  FM.IceLink.SdpAttribute
    FM.IceLink.SdpMediaStreamIdAttribute

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

The MediaStreamIdAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMediaStreamIdAttribute
Initializes a new instance of the MediaStreamIdAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyIdentificationTag
Gets the identification tag.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the MediaStreamIdAttribute 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