* RTCReceivedStreamStats supported fields (https://w3c.github.io/webrtc-stats/#receivedrtpstats-dict*)
*
* "packets-received" G_TYPE_UINT64 number of packets received (only for local inbound)
- * "packets-lost" G_TYPE_UINT64 number of packets lost
+ * "packets-lost" G_TYPE_INT64 number of packets lost
* "packets-discarded" G_TYPE_UINT64 number of packets discarded
* "packets-repaired" G_TYPE_UINT64 number of packets repaired
* "jitter" G_TYPE_DOUBLE packet jitter measured in seconds
* "remote-id" G_TYPE_STRING identifier for the associated RTCRemoteOutboundRTPStreamStats
* "bytes-received" G_TYPE_UINT64 number of bytes received (only for local inbound)
* "packets-duplicated" G_TYPE_UINT64 number of packets duplicated
- * "fir-count" G_TYPE_UINT FIR requests sent by the receiver
- * "pli-count" G_TYPE_UINT PLI requests sent by the receiver
- * "nack-count" G_TYPE_UINT NACK requests sent by the receiver
+ * "fir-count" G_TYPE_UINT FIR packets sent by the receiver
+ * "pli-count" G_TYPE_UINT PLI packets sent by the receiver
+ * "nack-count" G_TYPE_UINT NACK packets sent by the receiver
*/
static stats_field_s __stats_inbound_rtp_stream_fields[] = {
{ "remote-id", WEBRTC_STATS_PROP_REMOTE_ID, 0 },
*
* "local-id" G_TYPE_STRING identifier for the associated RTCOutboundRTPSTreamStats
* "round-trip-time" G_TYPE_DOUBLE round trip time of packets measured in seconds
- * "fraction-lost" G_TYPE_DOUBLE the fraction packet loss reported for this SSRC
+ * "fraction-lost" G_TYPE_DOUBLE fraction packet loss
*/
static stats_field_s __stats_remote_inbound_rtp_stream_fields[] = {
{ "local-id", WEBRTC_STATS_PROP_LOCAL_ID, 0 },
* RTCRemoteOutboundRTPStreamStats supported fields (https://w3c.github.io/webrtc-stats/#remoteoutboundrtpstats-dict*)
*
* "local-id" G_TYPE_STRING identifier for the associated RTCInboundRTPSTreamStats
- * "remote-timestamp" G_TYPE_DOUBLE the remote timestamp at which these statistics were sent by the remote endpoint
+ * "remote-timestamp" G_TYPE_DOUBLE remote timestamp the statistics were sent by the remote
*/
static stats_field_s __stats_remote_outbound_rtp_stream_fields[] = {
{ "local-id", WEBRTC_STATS_PROP_LOCAL_ID, 0 },