webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
rtcstats_objects.cc File Reference
#include "webrtc/api/stats/rtcstats_objects.h"

Namespaces

 webrtc
 

Functions

 webrtc::WEBRTC_RTCSTATS_IMPL (RTCCertificateStats, RTCStats, "certificate", &fingerprint, &fingerprint_algorithm, &base64_certificate, &issuer_certificate_id)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCCodecStats, RTCStats, "codec", &payload_type, &mime_type, &clock_rate, &channels, &sdp_fmtp_line, &implementation)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCDataChannelStats, RTCStats, "data-channel", &label, &protocol, &datachannelid, &state, &messages_sent, &bytes_sent, &messages_received, &bytes_received)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCIceCandidatePairStats, RTCStats, "candidate-pair", &transport_id, &local_candidate_id, &remote_candidate_id, &state, &priority, &nominated, &writable, &readable, &bytes_sent, &bytes_received, &total_round_trip_time, &current_round_trip_time, &available_outgoing_bitrate, &available_incoming_bitrate, &requests_received, &requests_sent, &responses_received, &responses_sent, &retransmissions_received, &retransmissions_sent, &consent_requests_received, &consent_requests_sent, &consent_responses_received, &consent_responses_sent)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCIceCandidateStats, RTCStats, "ice-candidate", &transport_id, &is_remote, &ip, &port, &protocol, &candidate_type, &priority, &url, &deleted)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCMediaStreamStats, RTCStats, "stream", &stream_identifier, &track_ids)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCMediaStreamTrackStats, RTCStats, "track", &track_identifier, &remote_source, &ended, &detached, &kind, &frame_width, &frame_height, &frames_per_second, &frames_sent, &frames_received, &frames_decoded, &frames_dropped, &frames_corrupted, &partial_frames_lost, &full_frames_lost, &audio_level, &echo_return_loss, &echo_return_loss_enhancement)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCPeerConnectionStats, RTCStats, "peer-connection", &data_channels_opened, &data_channels_closed)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCRTPStreamStats, RTCStats, "rtp", &ssrc, &associate_stats_id, &is_remote, &media_type, &track_id, &transport_id, &codec_id, &fir_count, &pli_count, &nack_count, &sli_count, &qp_sum)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCInboundRTPStreamStats, RTCRTPStreamStats, "inbound-rtp", &packets_received, &bytes_received, &packets_lost, &jitter, &fraction_lost, &round_trip_time, &packets_discarded, &packets_repaired, &burst_packets_lost, &burst_packets_discarded, &burst_loss_count, &burst_discard_count, &burst_loss_rate, &burst_discard_rate, &gap_loss_rate, &gap_discard_rate, &frames_decoded)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCOutboundRTPStreamStats, RTCRTPStreamStats, "outbound-rtp", &packets_sent, &bytes_sent, &target_bitrate, &frames_encoded)
 
 webrtc::WEBRTC_RTCSTATS_IMPL (RTCTransportStats, RTCStats, "transport", &bytes_sent, &bytes_received, &rtcp_transport_stats_id, &dtls_state, &selected_candidate_pair_id, &local_certificate_id, &remote_certificate_id)