Video SDK for Windows API Reference
|
Video statistic information. More...
#include <zoom_video_sdk_user_helper_interface.h>
Public Member Functions | |
ZoomVideoSDKVideoStatisticInfo () | |
Data Fields | |
int | width |
int | height |
int | fps |
int | bpf |
ZoomVideoSDKNetworkStatus | videoNetworkStatus |
Video statistic information.
Definition at line 65 of file zoom_video_sdk_user_helper_interface.h.
|
inline |
Definition at line 73 of file zoom_video_sdk_user_helper_interface.h.
References bpf, fps, height, videoNetworkStatus, width, and ZoomVideoSDKNetwork_None.
int ZoomVideoSDKVideoStatisticInfo::bpf |
Definition at line 70 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatisticInfo().
int ZoomVideoSDKVideoStatisticInfo::fps |
Definition at line 69 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatisticInfo().
int ZoomVideoSDKVideoStatisticInfo::height |
Definition at line 68 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatisticInfo().
ZoomVideoSDKNetworkStatus ZoomVideoSDKVideoStatisticInfo::videoNetworkStatus |
Definition at line 71 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatisticInfo().
int ZoomVideoSDKVideoStatisticInfo::width |
Definition at line 67 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatisticInfo().