Class MediaComponentReport
Media component report.
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 abstract class MediaComponentReport : Report
Constructors
MediaComponentReport()
Initializes a new instance of the MediaComponentReport class.
Declaration
public MediaComponentReport()
Properties
FirCount
Gets or sets the number of full intra refresh (FIR) messages sent.
Declaration
public long? FirCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
LrrCount
Gets or sets the number of layer refresh request (LRR) messages sent.
Declaration
public long? LrrCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
NackCount
Gets or sets the number of negative-acknowledgement (NACK) messages sent.
Declaration
public long? NackCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PliCount
Gets or sets the number of picture loss indication (PLI) messages sent.
Declaration
public long? PliCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
SliCount
Gets or sets the number of slice loss indication (SLI) messages sent.
Declaration
public long? SliCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Methods
DeserializeProperties(String, String)
Deserializes the properties.
Declaration
protected override void DeserializeProperties(string key, string valueJson)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
System.String | valueJson | The value in JSON format. |
Overrides
SerializeProperties(Dictionary<String, String>)
Serializes the properties.
Declaration
protected override void SerializeProperties(Dictionary<string, string> jsonObject)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | jsonObject | The JSON object. |