Class Sli
An RTCP slice loss indication.
Inheritance
System.Object
Sli
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 Sli
Constructors
Sli()
Initializes a new instance of the Sli class.
Declaration
public Sli()
Sli(DataBuffer)
Initializes a new instance of the Sli class.
Declaration
public Sli(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | The buffer. |
Properties
DataBuffer
Gets the backing DataBuffer
.
Declaration
public DataBuffer DataBuffer { get; }
Property Value
Type | Description |
---|---|
DataBuffer |
First
Gets or sets the macroblock (MB) address of the first lost macroblock.
Declaration
public int First { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Number
Gets or sets the number of lost macroblocks, in scan order.
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PictureId
Gets or sets the six least significant bits of the codec-specific identifier that is used to reference the picture in which the loss of the macroblock(s) has occurred.
Declaration
public int PictureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |