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