#include <stats.h>
|
std::optional< unsigned long > | width |
|
std::optional< unsigned long > | height |
|
std::optional< unsigned long > | frames |
|
std::optional< double > | frames_per_second |
|
std::string | track_identifier |
|
std::string | kind |
|
int64_t | timestamp |
| The timestamp in Milliseconds since Unix Epoch (Jan 1, 1970 00:00:00 UTC).
|
|
std::string | id |
| The WebRTC identifier for the statistics.
|
|
Type | type |
| Type of statistics.
|
|
|
template<typename T > |
const T * | cast_to () const |
| Cast the statistics to their true type. Make sure to use.
|
|
virtual | ~Stats ()=default |
|
◆ frames
std::optional<unsigned long> millicast::rtcstats::VideoSource::frames |
◆ frames_per_second
std::optional<double> millicast::rtcstats::VideoSource::frames_per_second |
◆ height
std::optional<unsigned long> millicast::rtcstats::VideoSource::height |
◆ STYPE
◆ width
std::optional<unsigned long> millicast::rtcstats::VideoSource::width |
The documentation for this struct was generated from the following file: