Class SdesControlFrame
An RTCP SDES packet.
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 SdesControlFrame : MediaControlFrame
Constructors
SdesControlFrame()
Initializes a new instance of the SdesControlFrame class.
Declaration
public SdesControlFrame()
SdesControlFrame(DataBuffer)
Initializes a new instance of the SdesControlFrame class.
Declaration
public SdesControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | The buffer. |
SdesControlFrame(SdesChunk)
Initializes a new instance of the SdesControlFrame class.
Declaration
public SdesControlFrame(SdesChunk chunk)
Parameters
Type | Name | Description |
---|---|---|
SdesChunk | chunk | The chunk. |
SdesControlFrame(SdesChunk[])
Initializes a new instance of the SdesControlFrame class.
Declaration
public SdesControlFrame(SdesChunk[] chunks)
Parameters
Type | Name | Description |
---|---|---|
SdesChunk[] | chunks | The chunks. |
Properties
Chunks
Gets or sets the source description chunks.
Declaration
public SdesChunk[] Chunks { get; }
Property Value
Type | Description |
---|---|
SdesChunk[] |
FixedPayloadHeaderLength
Gets the length of the fixed payload header.
Declaration
public static int FixedPayloadHeaderLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegisteredPayloadType
Gets the session description payload type.
Declaration
public static int RegisteredPayloadType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SourceCount
Gets the source count.
Declaration
public int SourceCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |