Class SsrcAttributeName
SSRC atribute names.
Inheritance
System.Object
SsrcAttributeName
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp.Rtp
Assembly: FM.LiveSwitch.dll
Syntax
public class SsrcAttributeName
Properties
CName
Gets a value indicating canonical name.
Declaration
public static string CName { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatParameters
Gets a value indicating format parameters.
Declaration
public static string FormatParameters { get; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets a value indicating label.
Declaration
public static string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
MediaStreamId
Gets a value indicating media stream ID.
Declaration
public static string MediaStreamId { get; }
Property Value
Type | Description |
---|---|
System.String |
MediaStreamLabel
Gets a value indicating media stream label.
Declaration
public static string MediaStreamLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
PreviousSsrc
Gets a value indicating previous SSRC.
Declaration
public static string PreviousSsrc { get; }
Property Value
Type | Description |
---|---|
System.String |