MillicastSDK 2.0.0
|
Statistics representing a video track that is attached to one or more senders. More...
#import <stats.h>
Class Methods | |
(MCStatsType) | + get_type |
Returns the type of statistics. | |
(MCStatsType) | + get_type |
Returns the type of statistics. | |
Properties | |
unsigned long | width |
The width of the video source. See width | |
unsigned long | height |
The height of the video source. See height | |
unsigned long | frames |
The number of frames. See frames | |
double | frames_per_second |
The frame rate of the video source. See framesPerSecond | |
Properties inherited from MCMediaSourceStats | |
NSString * | track_identifier |
The identifier of the track. see trackIdentifier | |
NSString * | kind |
The track type. See kind | |
Properties inherited from MCStats | |
long long | timestamp |
The timestamp in milliseconds since Unix epoch (Jan 1, 1970 00:00:00 UTC) at which the statistical data was recorded. | |
NSString * | sid |
The unique identifier. | |
MCStatsType | type |
The type of statistics. | |
Statistics representing a video track that is attached to one or more senders.
+ (MCStatsType) get_type |
Returns the type of statistics.
Implements MCMediaSourceStats.
|
readwriteatomic |
The number of frames. See frames
|
readwriteatomic |
The frame rate of the video source. See framesPerSecond
|
readwriteatomic |
The height of the video source. See height
|
readwriteatomic |
The width of the video source. See width