TVOPreflightNetworkStats Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVOPreflightReport.h |
Overview
TVOPreflightNetworkStats stores the minimum, maximum, and average
value of jitter, mos, and rtt as TVOPreflightAggregateStats objects.
jitter
Aggregated values for jitter during the test.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightAggregateStats *jitterDeclared In
TVOPreflightReport.h
mos
Aggregated values for mos during the test.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightAggregateStats *mosDeclared In
TVOPreflightReport.h
rtt
Aggregated values for rtt during the test.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightAggregateStats *rttDeclared In
TVOPreflightReport.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDeclared In
TVOPreflightReport.h