Video SDK for Linux API Reference
|
Session video/share statistic information. More...
#include <zoom_video_sdk_session_info_interface.h>
Public Member Functions | |
_SessionASVStatisticInfo () | |
void | reset () |
Public Attributes | |
int | frame_width |
The frame width in pixels. | |
int | frame_height |
The frame height in pixels. | |
int | fps |
The frame rate in FPS (Frames Per Second). | |
int | latency |
The video latency in milliseconds (delay in network data transfer). | |
int | Jitter |
The video jitter in milliseconds (change in latency). | |
float | packetLossAvg |
The percentage of average video packet loss. | |
float | packetLossMax |
The percentage of maximum video packet loss. | |
Session video/share statistic information.
Definition at line 40 of file zoom_video_sdk_session_info_interface.h.
|
inline |
Definition at line 50 of file zoom_video_sdk_session_info_interface.h.
References reset().
|
inline |
Definition at line 55 of file zoom_video_sdk_session_info_interface.h.
References fps, frame_height, frame_width, Jitter, latency, packetLossAvg, and packetLossMax.
Referenced by _SessionASVStatisticInfo().
int _SessionASVStatisticInfo::fps |
The frame rate in FPS (Frames Per Second).
Definition at line 44 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().
int _SessionASVStatisticInfo::frame_height |
The frame height in pixels.
Definition at line 43 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().
int _SessionASVStatisticInfo::frame_width |
The frame width in pixels.
Definition at line 42 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().
int _SessionASVStatisticInfo::Jitter |
The video jitter in milliseconds (change in latency).
Definition at line 46 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().
int _SessionASVStatisticInfo::latency |
The video latency in milliseconds (delay in network data transfer).
Definition at line 45 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().
float _SessionASVStatisticInfo::packetLossAvg |
The percentage of average video packet loss.
Definition at line 47 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().
float _SessionASVStatisticInfo::packetLossMax |
The percentage of maximum video packet loss.
Definition at line 48 of file zoom_video_sdk_session_info_interface.h.
Referenced by reset().