Class mediatype
Class for containing information about a single media stream. See Section 5.8 of RFC 4575.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class mediatype
  Fields
| Edit this page View SourceAny
Extension point for elements.
Declaration
public List<XmlElement> Any
  Field Value
| Type | Description | 
|---|---|
| List<XmlElement> | 
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
  Field Value
| Type | Description | 
|---|---|
| List<XmlAttribute> | 
displaytext
This element contains the display text for the media stream. The value of this element corresponds to the SDP description media attribute("i") defined in SDP (RFC 4566).
Declaration
public string displaytext
  Field Value
| Type | Description | 
|---|---|
| string | 
id
This is the media stream identifier being generated by the server such that its value is unique in the endpoint context. This attribute is the key to refer to a particular media stream in the conference document.
Declaration
public string id
  Field Value
| Type | Description | 
|---|---|
| string | 
label
The label element carries a unique identifier for this stream among all streams in the conference and is assigned by the focus. This is typically from the a=label:n attribute in the SDP and the value of the label field would be "n".
Declaration
public string label
  Field Value
| Type | Description | 
|---|---|
| string | 
srcid
Contains the synchronization source (SSRC) of the RTP stream. See Section 5.8.4 of RFC 4575.
Declaration
public string srcid
  Field Value
| Type | Description | 
|---|---|
| string | 
status
Contains the status of the media stream: sndrecv, sendonly, etc. Not valid if the statusSpecified field is false.
Declaration
public mediastatustype status
  Field Value
| Type | Description | 
|---|---|
| mediastatustype | 
statusSpecified
If true, then the status field is valie, else it is not.
Declaration
public bool statusSpecified
  Field Value
| Type | Description | 
|---|---|
| bool | 
type
This element contains the media type for the media stream. The value of this element MUST be one of the values registered for "media" of SDP. For example (audio, video from the m= SDP line)l
Declaration
public string type
  Field Value
| Type | Description | 
|---|---|
| string |