fm.liveswitch.MediaComponentReport Class Referenceabstract

Media component report. More...

Public Member Functions

fm.liveswitch.NullableLong getFirCount ()
 Gets the number of full intra refresh (FIR) messages sent. More...
 
fm.liveswitch.NullableLong getLrrCount ()
 Gets the number of layer refresh request (LRR) messages sent. More...
 
fm.liveswitch.NullableLong getNackCount ()
 Gets the number of negative-acknowledgement (NACK) messages sent. More...
 
fm.liveswitch.NullableLong getPliCount ()
 Gets the number of picture loss indication (PLI) messages sent. More...
 
fm.liveswitch.NullableLong getSliCount ()
 Gets the number of slice loss indication (SLI) messages sent. More...
 
 MediaComponentReport ()
 Initializes a new instance of the fm.liveswitch.MediaComponentReport class. More...
 
void setFirCount (fm.liveswitch.NullableLong value)
 Sets the number of full intra refresh (FIR) messages sent. More...
 
void setLrrCount (fm.liveswitch.NullableLong value)
 Sets the number of layer refresh request (LRR) messages sent. More...
 
void setNackCount (fm.liveswitch.NullableLong value)
 Sets the number of negative-acknowledgement (NACK) messages sent. More...
 
void setPliCount (fm.liveswitch.NullableLong value)
 Sets the number of picture loss indication (PLI) messages sent. More...
 
void setSliCount (fm.liveswitch.NullableLong value)
 Sets the number of slice loss indication (SLI) messages sent. More...
 

Protected Member Functions

void deserializeProperties (String key, String valueJson)
 Deserializes the properties. More...
 
void serializeProperties (java.util.HashMap< String, String > jsonObject)
 Serializes the properties. More...
 
- Protected Member Functions inherited from fm.liveswitch.Report
 Report ()
 

Additional Inherited Members

- Static Public Member Functions inherited from fm.liveswitch.Report
static< T extends fm.liveswitch.IEquivalent< T > T[] processArray (T[] newValues, T[] oldValues)
 Processes an array for a report. More...
 
static fm.liveswitch.NullableBoolean processBoolean (boolean newValue, boolean oldValue)
 Processes a boolean for a report. More...
 
static boolean[] processBooleanArray (boolean[] newValues, boolean[] oldValues)
 Processes a boolean array for a report. More...
 
static fm.liveswitch.NullableDouble processDouble (double newValue, double oldValue)
 Processes a double for a report. More...
 
static fm.liveswitch.NullableFloat processFloat (float newValue, float oldValue)
 Processes a float for a report. More...
 
static float[] processFloatArray (float[] newValues, float[] oldValues)
 Processes a float array for a report. More...
 
static double[] processFloatArray (double[] newValues, double[] oldValues)
 Processes a double array for a report. More...
 
static fm.liveswitch.NullableInteger processInteger (int newValue, int oldValue)
 Processes an integer for a report. More...
 
static int[] processIntegerArray (int[] newValues, int[] oldValues)
 Processes a integer array for a report. More...
 
static fm.liveswitch.NullableLong processLong (long newValue, long oldValue)
 Processes a long for a report. More...
 
static long[] processLongArray (long[] newValues, long[] oldValues)
 Processes a long array for a report. More...
 
static< T extends Object &fm.liveswitch.IEquivalent< T > T processObject (T newValue, T oldValue)
 Processes an array for a report. More...
 
static fm.liveswitch.NullableShort processShort (short newValue, short oldValue)
 Processes a short for a report. More...
 
static short[] processShortArray (short[] newValues, short[] oldValues)
 Processes a short array for a report. More...
 
static String processString (String newValue, String oldValue)
 Processes a string for a report. More...
 

Detailed Description

Media component report.

Constructor & Destructor Documentation

◆ MediaComponentReport()

fm.liveswitch.MediaComponentReport.MediaComponentReport ( )

Initializes a new instance of the fm.liveswitch.MediaComponentReport class.

Member Function Documentation

◆ deserializeProperties()

void fm.liveswitch.MediaComponentReport.deserializeProperties ( String  key,
String  valueJson 
)
protected

Deserializes the properties.

Parameters
keyThe key.
valueJsonThe value in JSON format.

Reimplemented from fm.liveswitch.Report.

Reimplemented in fm.liveswitch.MediaSenderReport, and fm.liveswitch.MediaReceiverReport.

◆ getFirCount()

fm.liveswitch.NullableLong fm.liveswitch.MediaComponentReport.getFirCount ( )

Gets the number of full intra refresh (FIR) messages sent.

◆ getLrrCount()

fm.liveswitch.NullableLong fm.liveswitch.MediaComponentReport.getLrrCount ( )

Gets the number of layer refresh request (LRR) messages sent.

◆ getNackCount()

fm.liveswitch.NullableLong fm.liveswitch.MediaComponentReport.getNackCount ( )

Gets the number of negative-acknowledgement (NACK) messages sent.

◆ getPliCount()

fm.liveswitch.NullableLong fm.liveswitch.MediaComponentReport.getPliCount ( )

Gets the number of picture loss indication (PLI) messages sent.

◆ getSliCount()

fm.liveswitch.NullableLong fm.liveswitch.MediaComponentReport.getSliCount ( )

Gets the number of slice loss indication (SLI) messages sent.

◆ serializeProperties()

void fm.liveswitch.MediaComponentReport.serializeProperties ( java.util.HashMap< String, String >  jsonObject)
protected

Serializes the properties.

Parameters
jsonObjectThe JSON object.

Reimplemented from fm.liveswitch.Report.

Reimplemented in fm.liveswitch.MediaSenderReport, and fm.liveswitch.MediaReceiverReport.

◆ setFirCount()

void fm.liveswitch.MediaComponentReport.setFirCount ( fm.liveswitch.NullableLong  value)

Sets the number of full intra refresh (FIR) messages sent.

◆ setLrrCount()

void fm.liveswitch.MediaComponentReport.setLrrCount ( fm.liveswitch.NullableLong  value)

Sets the number of layer refresh request (LRR) messages sent.

◆ setNackCount()

void fm.liveswitch.MediaComponentReport.setNackCount ( fm.liveswitch.NullableLong  value)

Sets the number of negative-acknowledgement (NACK) messages sent.

◆ setPliCount()

void fm.liveswitch.MediaComponentReport.setPliCount ( fm.liveswitch.NullableLong  value)

Sets the number of picture loss indication (PLI) messages sent.

◆ setSliCount()

void fm.liveswitch.MediaComponentReport.setSliCount ( fm.liveswitch.NullableLong  value)

Sets the number of slice loss indication (SLI) messages sent.