Video SDK for Linux API Reference
|
Share statistic information. More...
#include <zoom_video_sdk_user_helper_interface.h>
Public Member Functions | |
ZoomVideoSDKShareStatisticInfo () | |
Public Attributes | |
int | width |
int | height |
int | fps |
int | bpf |
Share statistic information.
Definition at line 86 of file zoom_video_sdk_user_helper_interface.h.
|
inline |
int ZoomVideoSDKShareStatisticInfo::bpf |
Definition at line 91 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
int ZoomVideoSDKShareStatisticInfo::fps |
Definition at line 90 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
int ZoomVideoSDKShareStatisticInfo::height |
Definition at line 89 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
int ZoomVideoSDKShareStatisticInfo::width |
Definition at line 88 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().