Class SdesItem
An RTCP source description item.
Inheritance
System.Object
SdesItem
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
Assembly: FM.LiveSwitch.dll
Syntax
public class SdesItem
Constructors
SdesItem(DataBuffer)
Initializes a new instance of the SdesItem class.
Declaration
public SdesItem(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | The buffer. |
SdesItem(Int32, String)
Initializes a new instance of the SdesItem class.
Declaration
public SdesItem(int type, string text)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | type | The type. |
System.String | text | The text. |
Properties
DataBuffer
Gets the data buffer.
Declaration
public DataBuffer DataBuffer { get; }
Property Value
Type | Description |
---|---|
DataBuffer |
FixedPayloadHeaderLength
Gets the fixed payload header length.
Declaration
public static int FixedPayloadHeaderLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Length
Gets the length.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Gets or sets the text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type.
Declaration
public int Type { get; }
Property Value
Type | Description |
---|---|
System.Int32 |