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

#import <RTCLegacyStatsReport.h>

Inheritance diagram for RTCLegacyStatsReport:
NSObject NSObject

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithNativeReport: [implementation]
 
(instancetype) - initWithNativeReport: [implementation]
 

Properties

CFTimeInterval timestamp
 
NSStringtype
 
NSStringreportId
 
NSDictionary< NSString *, NSString * > * values
 

Detailed Description

This does not currently conform to the spec.

Method Documentation

◆ initWithNativeReport:() [1/2]

- (instancetype) initWithNativeReport: (const webrtc::StatsReport &)  nativeReport
implementation

Initialize an RTCLegacyStatsReport object from a native StatsReport.

◆ initWithNativeReport:() [2/2]

- (instancetype) initWithNativeReport: (const webrtc::StatsReport &)  nativeReport
implementation

Initialize an RTCLegacyStatsReport object from a native StatsReport.

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (instancetype) NS_UNAVAILABLE

Property Documentation

◆ reportId

- (NSString *) reportId
readnonatomicassign

The identifier for this object.

◆ timestamp

- (CFTimeInterval) timestamp
readnonatomicassign

Time since 1970-01-01T00:00:00Z in milliseconds.

◆ type

- (NSString *) type
readnonatomicassign

The type of stats held by this object.

◆ values

- (NSDictionary< NSString *, NSString * > *) values
readnonatomicassign

A dictionary holding the actual stats.


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