TVORemoteTrackStats Class Reference

Inherits from TVOBaseTrackStats : NSObject
Declared in TVORemoteTrackStats.h

Overview

TVORemoteTrackStats represents stats common to remote tracks.

  bytesReceived

Total number of bytes received.

@property (nonatomic, assign, readonly) int64_t bytesReceived

Declared In

TVORemoteTrackStats.h

  packetsReceived

Total number of packets received.

@property (nonatomic, assign, readonly) NSUInteger packetsReceived

Declared In

TVORemoteTrackStats.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Remote track stats cannot be created explicitly.

Declared In

TVORemoteTrackStats.h