Class stream
This class contains the properties of a media stream as seen by the SRC.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class stream
  Fields
| Edit this page View SourceAny
Extension point.
Declaration
public List<XmlElement> Any
  Field Value
| Type | Description | 
|---|---|
| List<XmlElement> | 
Properties
| Edit this page View Sourcelabel
References an SDP "a=label" attribute that identifies an m-line within the RS SDP. The m-line carries the media stream from the SRC to the SRS.
Declaration
public string label { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
session_id
Unique identifier for the session. This is a GUID byte array encoded as a base64 string.
Declaration
public string session_id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
stream_id
Unique identifier for the stream. This is a GUID byte array encoded as a base64 string.
Declaration
public string stream_id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |