webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
ARDStatsBuilder Class Reference

#import <ARDStatsBuilder.h>

Inheritance diagram for ARDStatsBuilder:
NSObject NSObject

Instance Methods

(void- parseStatsReport:
 
(void- parseStatsReport:
 

Properties

NSStringstatsString
 

Detailed Description

Class used to accumulate stats information into a single displayable string.

Method Documentation

◆ parseStatsReport:() [1/2]

- (void) parseStatsReport: (RTCLegacyStatsReport *)  statsReport

Parses the information in the stats report into an appropriate internal format used to generate the stats string.

◆ parseStatsReport:() [2/2]

- (void) parseStatsReport: (RTCLegacyStatsReport *)  statsReport

Parses the information in the stats report into an appropriate internal format used to generate the stats string.

Property Documentation

◆ statsString

- (NSString *) statsString
readnonatomicassign

String that represents the accumulated stats reports passed into this class.


The documentation for this class was generated from the following files: