TVOLocalTrackStats Class Reference
| Inherits from | TVOBaseTrackStats : NSObject | 
|---|---|
| Declared in | TVOLocalTrackStats.h | 
  bytesSent
	Total number of bytes sent for this SSRC.
@property (nonatomic, assign, readonly) int64_t bytesSentDeclared In
TVOLocalTrackStats.h
  packetsSent
	Total number of RTP packets sent for this SSRC.
@property (nonatomic, assign, readonly) NSUInteger packetsSentDeclared In
TVOLocalTrackStats.h
  roundTripTime
	Estimated round trip time for this SSRC based on the RTCP timestamps. Measured in milliseconds.
@property (nonatomic, assign, readonly) int64_t roundTripTimeDeclared In
TVOLocalTrackStats.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Local track stats cannot be created explicitly.
Declared In
TVOLocalTrackStats.h