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 *trackId
Declared In
TVOBaseTrackStats.h
packetsLost
Total number of RTP packets lost for this SSRC since the beginning of the reception.
@property (nonatomic, assign, readonly) NSUInteger packetsLost
Declared In
TVOBaseTrackStats.h
codec
Name of codec used for this track.
@property (nonatomic, copy, readonly, nonnull) NSString *codec
Declared In
TVOBaseTrackStats.h
ssrc
The SSRC identifier of the source.
@property (nonatomic, copy, readonly, nonnull) NSString *ssrc
Declared In
TVOBaseTrackStats.h
timestamp
Unix timestamp in milliseconds
@property (nonatomic, assign, readonly) CFTimeInterval timestamp
Declared In
TVOBaseTrackStats.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Base track stats cannot be created explicitly.
Declared In
TVOBaseTrackStats.h