TVOBaseTrackStats Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TVOBaseTrackStats.h | 
  trackId
	The Tracks’s identifier. This value uniquely identifies the Track within the scope of a Call.
@property (nonatomic, copy, readonly, nonnull) NSString *trackIdDeclared In
TVOBaseTrackStats.h
  packetsLost
	Total number of RTP packets lost for this SSRC since the beginning of the reception.
@property (nonatomic, assign, readonly) NSUInteger packetsLostDeclared In
TVOBaseTrackStats.h
  codec
	Name of codec used for this track.
@property (nonatomic, copy, readonly, nonnull) NSString *codecDeclared In
TVOBaseTrackStats.h
  ssrc
	The SSRC identifier of the source.
@property (nonatomic, copy, readonly, nonnull) NSString *ssrcDeclared In
TVOBaseTrackStats.h
  timestamp
	Unix timestamp in milliseconds
@property (nonatomic, assign, readonly) CFTimeInterval timestampDeclared In
TVOBaseTrackStats.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Base track stats cannot be created explicitly.
Declared In
TVOBaseTrackStats.h