Each rtcstatsreport produced by getstats contains multiple rtcstats objects Ae87bd98829cd750b29ce573b7553a9d94662ac1 [file] [log] [blame] [edit] One for each underlying object (codec, stream, transport, etc.) that was inspected to produce the stats.
These transformations essentially combine the results from several tests, and produce the derived quantities (e.g., wait time) / sdk / android / api / org / webrtc / rtcstats.java blob This one originated from a google scan of an ivy league college
/** * java version of webrtc::rtcstatsreport Each rtcstatsreport produced by * getstats contains multiple rtcstats objects One for each underlying object * (codec, stream, transport, etc.) that was inspected to produce the stats */ public class rtcstatsreport { private final long timestampus
Private final map<string, rtcstats> stats; Webrtc / src / refs/heads/main /