|
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 |
| ZoomVideoSDKNetworkStatus | shareNetworkStatus |
Share statistic information.
Definition at line 87 of file zoom_video_sdk_user_helper_interface.h.
|
inline |
Definition at line 95 of file zoom_video_sdk_user_helper_interface.h.
References bpf, fps, height, shareNetworkStatus, width, and ZoomVideoSDKNetwork_None.
| int ZoomVideoSDKShareStatisticInfo::bpf |
Definition at line 92 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
| int ZoomVideoSDKShareStatisticInfo::fps |
Definition at line 91 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
| int ZoomVideoSDKShareStatisticInfo::height |
Definition at line 90 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
| ZoomVideoSDKNetworkStatus ZoomVideoSDKShareStatisticInfo::shareNetworkStatus |
Definition at line 93 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().
| int ZoomVideoSDKShareStatisticInfo::width |
Definition at line 89 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKShareStatisticInfo().