TVIRemoteTrackStats Class Reference

Inherits from TVIBaseTrackStats : NSObject
Declared in TVIRemoteTrackStats.h

Overview

TVIRemoteTrackStats represents stats common to remote tracks.

  bytesReceived

Total number of bytes received.

@property (nonatomic, assign, readonly) int64_t bytesReceived

Declared In

TVIRemoteTrackStats.h

  packetsReceived

Total number of packets received.

@property (nonatomic, assign, readonly) NSUInteger packetsReceived

Declared In

TVIRemoteTrackStats.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Remote track stats cannot be created explicitly.

Declared In

TVIRemoteTrackStats.h