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 *jitter

Declared In

TVOPreflightReport.h

  mos

Aggregated values for mos during the test.

@property (nonatomic, strong, readonly, nonnull) TVOPreflightAggregateStats *mos

Declared In

TVOPreflightReport.h

  rtt

Aggregated values for rtt during the test.

@property (nonatomic, strong, readonly, nonnull) TVOPreflightAggregateStats *rtt

Declared In

TVOPreflightReport.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Declared In

TVOPreflightReport.h