Media receiver report. More...
Instance Methods | |
| (FMLiveSwitchNullableLong *) | - bytesReceived |
| Gets the number of bytes received. More... | |
| (void) | - deserializePropertiesWithKey:valueJson: |
| Deserializes the properties. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchMediaReceiverReport class. More... | |
| (FMLiveSwitchNullableLong *) | - jitter |
| Gets the jitter in milliseconds. More... | |
| (FMLiveSwitchNullableLong *) | - packetsDiscarded |
| Gets the number of packets discarded. More... | |
| (FMLiveSwitchNullableLong *) | - packetsDuplicated |
| Gets the number of packets duplicated. More... | |
| (FMLiveSwitchNullableLong *) | - packetsLost |
| Gets the number of packets lost. More... | |
| (FMLiveSwitchNullableLong *) | - packetsReceived |
| Gets the number of packets received. More... | |
| (FMLiveSwitchNullableLong *) | - packetsRepaired |
| Gets the number of packets repaired. More... | |
| (FMLiveSwitchNullableInt *) | - roundTripTime |
| Gets the round-trip-time in milliseconds. More... | |
| (void) | - serializePropertiesWithJsonObject: |
| Serializes the properties. More... | |
| (void) | - setBytesReceived: |
| Sets the number of bytes received. More... | |
| (void) | - setJitter: |
| Sets the jitter in milliseconds. More... | |
| (void) | - setPacketsDiscarded: |
| Sets the number of packets discarded. More... | |
| (void) | - setPacketsDuplicated: |
| Sets the number of packets duplicated. More... | |
| (void) | - setPacketsLost: |
| Sets the number of packets lost. More... | |
| (void) | - setPacketsReceived: |
| Sets the number of packets received. More... | |
| (void) | - setPacketsRepaired: |
| Sets the number of packets repaired. More... | |
| (void) | - setRoundTripTime: |
| Sets the round-trip-time in milliseconds. More... | |
| (NSString *) | - toJson |
| Serializes this instance to JSON. More... | |
Instance Methods inherited from FMLiveSwitchMediaComponentReport | |
| (FMLiveSwitchNullableLong *) | - firCount |
| Gets the number of full intra refresh (FIR) messages sent. More... | |
| (FMLiveSwitchNullableLong *) | - lrrCount |
| Gets the number of layer refresh request (LRR) messages sent. More... | |
| (FMLiveSwitchNullableLong *) | - nackCount |
| Gets the number of negative-acknowledgement (NACK) messages sent. More... | |
| (FMLiveSwitchNullableLong *) | - pliCount |
| Gets the number of picture loss indication (PLI) messages sent. More... | |
| (void) | - setFirCount: |
| Sets the number of full intra refresh (FIR) messages sent. More... | |
| (void) | - setLrrCount: |
| Sets the number of layer refresh request (LRR) messages sent. More... | |
| (void) | - setNackCount: |
| Sets the number of negative-acknowledgement (NACK) messages sent. More... | |
| (void) | - setPliCount: |
| Sets the number of picture loss indication (PLI) messages sent. More... | |
| (void) | - setSliCount: |
| Sets the number of slice loss indication (SLI) messages sent. More... | |
| (FMLiveSwitchNullableLong *) | - sliCount |
| Gets the number of slice loss indication (SLI) messages sent. More... | |
Class Methods | |
| (NSMutableArray *) | + fromJsonArrayWithMediaReceiverReportsJson: |
| Deserializes an array from JSON. More... | |
| (FMLiveSwitchMediaReceiverReport *) | + fromJsonWithMediaReceiverReportJson: |
| Deserializes an instance from JSON. More... | |
| (FMLiveSwitchMediaReceiverReport *) | + mediaReceiverReport |
| Initializes a new instance of the FMLiveSwitchMediaReceiverReport class. More... | |
| (NSString *) | + toJsonArrayWithMediaReceiverReports: |
| Serializes an array to JSON. More... | |
| (NSString *) | + toJsonWithMediaReceiverReport: |
| Serializes an instance to JSON. More... | |
Class Methods inherited from FMLiveSwitchMediaComponentReport | |
| (FMLiveSwitchMediaComponentReport *) | + mediaComponentReport |
| Initializes a new instance of the FMLiveSwitchMediaComponentReport class. More... | |
Class Methods inherited from FMLiveSwitchReport | |
| (NSMutableArray *) | + processArrayWithNewValues:oldValues: |
| Processes an array for a report. More... | |
| (NSMutableArray *) | + processBooleanArrayWithNewValues:oldValues: |
| Processes a boolean array for a report. More... | |
| (FMLiveSwitchNullableBool *) | + processBooleanWithNewValue:oldValue: |
| Processes a boolean for a report. More... | |
| (FMLiveSwitchNullableDouble *) | + processDoubleWithNewValue:oldValue: |
| Processes a double for a report. More... | |
| (NSMutableArray *) | + processFloatArrayWithNewValues:oldValues: |
| Processes a float array for a report. More... | |
| (FMLiveSwitchNullableFloat *) | + processFloatWithNewValue:oldValue: |
| Processes a float for a report. More... | |
| (NSMutableArray *) | + processIntegerArrayWithNewValues:oldValues: |
| Processes a integer array for a report. More... | |
| (FMLiveSwitchNullableInt *) | + processIntegerWithNewValue:oldValue: |
| Processes an integer for a report. More... | |
| (NSMutableArray *) | + processLongArrayWithNewValues:oldValues: |
| Processes a long array for a report. More... | |
| (FMLiveSwitchNullableLong *) | + processLongWithNewValue:oldValue: |
| Processes a long for a report. More... | |
| (NSObject< FMLiveSwitchIEquivalent > *) | + processObjectWithNewValue:oldValue: |
| Processes an array for a report. More... | |
| (NSMutableArray *) | + processShortArrayWithNewValues:oldValues: |
| Processes a short array for a report. More... | |
| (FMLiveSwitchNullableShort *) | + processShortWithNewValue:oldValue: |
| Processes a short for a report. More... | |
| (NSString *) | + processStringWithNewValue:oldValue: |
| Processes a string for a report. More... | |
| (FMLiveSwitchReport *) | + report |
Media receiver report.
| - (FMLiveSwitchNullableLong*) bytesReceived |
Gets the number of bytes received.
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Implements FMLiveSwitchMediaComponentReport.
| + (NSMutableArray*) fromJsonArrayWithMediaReceiverReportsJson: | (NSString *) | mediaReceiverReportsJson |
Deserializes an array from JSON.
| mediaReceiverReportsJson | The serialized JSON. |
| + (FMLiveSwitchMediaReceiverReport*) fromJsonWithMediaReceiverReportJson: | (NSString *) | mediaReceiverReportJson |
Deserializes an instance from JSON.
| mediaReceiverReportJson | The serialized JSON. |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchMediaReceiverReport class.
Implements FMLiveSwitchMediaComponentReport.
| - (FMLiveSwitchNullableLong*) jitter |
Gets the jitter in milliseconds.
| + (FMLiveSwitchMediaReceiverReport*) mediaReceiverReport |
Initializes a new instance of the FMLiveSwitchMediaReceiverReport class.
| - (FMLiveSwitchNullableLong*) packetsDiscarded |
Gets the number of packets discarded.
| - (FMLiveSwitchNullableLong*) packetsDuplicated |
Gets the number of packets duplicated.
| - (FMLiveSwitchNullableLong*) packetsLost |
Gets the number of packets lost.
| - (FMLiveSwitchNullableLong*) packetsReceived |
Gets the number of packets received.
| - (FMLiveSwitchNullableLong*) packetsRepaired |
Gets the number of packets repaired.
| - (FMLiveSwitchNullableInt*) roundTripTime |
Gets the round-trip-time in milliseconds.
| - (void) serializePropertiesWithJsonObject: | (NSMutableDictionary< NSString *, NSString * > *) | jsonObject |
Serializes the properties.
| jsonObject | The JSON object. |
Implements FMLiveSwitchMediaComponentReport.
| - (void) setBytesReceived: | (FMLiveSwitchNullableLong *) | value |
Sets the number of bytes received.
| - (void) setJitter: | (FMLiveSwitchNullableLong *) | value |
Sets the jitter in milliseconds.
| - (void) setPacketsDiscarded: | (FMLiveSwitchNullableLong *) | value |
Sets the number of packets discarded.
| - (void) setPacketsDuplicated: | (FMLiveSwitchNullableLong *) | value |
Sets the number of packets duplicated.
| - (void) setPacketsLost: | (FMLiveSwitchNullableLong *) | value |
Sets the number of packets lost.
| - (void) setPacketsReceived: | (FMLiveSwitchNullableLong *) | value |
Sets the number of packets received.
| - (void) setPacketsRepaired: | (FMLiveSwitchNullableLong *) | value |
Sets the number of packets repaired.
| - (void) setRoundTripTime: | (FMLiveSwitchNullableInt *) | value |
Sets the round-trip-time in milliseconds.
| - (NSString*) toJson |
Serializes this instance to JSON.
| + (NSString*) toJsonArrayWithMediaReceiverReports: | (NSMutableArray *) | mediaReceiverReports |
Serializes an array to JSON.
| mediaReceiverReports | The array to serialize. |
| + (NSString*) toJsonWithMediaReceiverReport: | (FMLiveSwitchMediaReceiverReport *) | mediaReceiverReport |
Serializes an instance to JSON.
| mediaReceiverReport | The instance to serialize. |