Public Member Functions | |
| fm.liveswitch.NullableLong | getBytesSent () |
| Gets the number of bytes sent. More... | |
| fm.liveswitch.NullableLong | getPacketsSent () |
| Gets the number of packets sent. More... | |
| fm.liveswitch.NullableInteger | getRoundTripTime () |
| Gets the round-trip-time in milliseconds. More... | |
| MediaSenderReport () | |
| Initializes a new instance of the fm.liveswitch.MediaSenderReport class. More... | |
| void | setBytesSent (fm.liveswitch.NullableLong value) |
| Sets the number of bytes sent. More... | |
| void | setPacketsSent (fm.liveswitch.NullableLong value) |
| Sets the number of packets sent. More... | |
| void | setRoundTripTime (fm.liveswitch.NullableInteger value) |
| Sets the round-trip-time in milliseconds. More... | |
| String | toJson () |
| Serializes this instance to JSON. More... | |
Public Member Functions inherited from fm.liveswitch.MediaComponentReport | |
| 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... | |
Static Public Member Functions | |
| static fm.liveswitch.MediaSenderReport | fromJson (String mediaSenderReportJson) |
| Deserializes an instance from JSON. More... | |
| static fm.liveswitch.MediaSenderReport[] | fromJsonArray (String mediaSenderReportsJson) |
| Deserializes an array from JSON. More... | |
| static String | toJson (fm.liveswitch.MediaSenderReport mediaSenderReport) |
| Serializes an instance to JSON. More... | |
| static String | toJsonArray (fm.liveswitch.MediaSenderReport[] mediaSenderReports) |
| Serializes an array to JSON. More... | |
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... | |
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 () | |
Media sender report.
| fm.liveswitch.MediaSenderReport.MediaSenderReport | ( | ) |
Initializes a new instance of the fm.liveswitch.MediaSenderReport class.
|
protected |
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Reimplemented from fm.liveswitch.MediaComponentReport.
|
static |
Deserializes an instance from JSON.
| mediaSenderReportJson | The serialized JSON. |
|
static |
Deserializes an array from JSON.
| mediaSenderReportsJson | The serialized JSON. |
| fm.liveswitch.NullableLong fm.liveswitch.MediaSenderReport.getBytesSent | ( | ) |
Gets the number of bytes sent.
| fm.liveswitch.NullableLong fm.liveswitch.MediaSenderReport.getPacketsSent | ( | ) |
Gets the number of packets sent.
| fm.liveswitch.NullableInteger fm.liveswitch.MediaSenderReport.getRoundTripTime | ( | ) |
Gets the round-trip-time in milliseconds.
|
protected |
Serializes the properties.
| jsonObject | The JSON object. |
Reimplemented from fm.liveswitch.MediaComponentReport.
| void fm.liveswitch.MediaSenderReport.setBytesSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of bytes sent.
| void fm.liveswitch.MediaSenderReport.setPacketsSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of packets sent.
| void fm.liveswitch.MediaSenderReport.setRoundTripTime | ( | fm.liveswitch.NullableInteger | value | ) |
Sets the round-trip-time in milliseconds.
| String fm.liveswitch.MediaSenderReport.toJson | ( | ) |
Serializes this instance to JSON.
|
static |
Serializes an instance to JSON.
| mediaSenderReport | The instance to serialize. |
|
static |
Serializes an array to JSON.
| mediaSenderReports | The array to serialize. |