MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Class Methods | Properties | List of all members
MCVideoSourceStats Class Reference

Statistics representing a video track that is attached to one or more senders. More...

#import <stats.h>

Inheritance diagram for MCVideoSourceStats:
Inheritance graph
[legend]
Collaboration diagram for MCVideoSourceStats:
Collaboration graph
[legend]

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.
 

Detailed Description

Statistics representing a video track that is attached to one or more senders.

Method Documentation

◆ get_type

+ (MCStatsType) get_type

Returns the type of statistics.

Implements MCMediaSourceStats.

Property Documentation

◆ frames

- (unsigned long) frames
readwriteatomic

The number of frames. See frames

◆ frames_per_second

- (double) frames_per_second
readwriteatomic

The frame rate of the video source. See framesPerSecond

◆ height

- (unsigned long) height
readwriteatomic

The height of the video source. See height

◆ width

- (unsigned long) width
readwriteatomic

The width of the video source. See width


The documentation for this class was generated from the following file: