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) This one originated from a google scan of an ivy league college *sigh*there's sooo much stuff in here! /** * 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 / / sdk / android / api / org / webrtc / rtcstats.java blob Ae87bd98829cd750b29ce573b7553a9d94662ac1 [file] [log] [blame] [edit]
OPEN