Video SDK for Linux API Reference
|
The status and progress of a file transfer in Zoom Video SDK. More...
#include <zoom_video_sdk_def.h>
Public Member Functions | |
ZoomVideoSDKFileStatus () | |
Public Attributes | |
FileTransferStatus | transStatus |
Current status of the file transfer. | |
FileTransferProgress | transProgress |
Detailed progress information of the file transfer. | |
The status and progress of a file transfer in Zoom Video SDK.
Definition at line 620 of file zoom_video_sdk_def.h.
|
inline |
Definition at line 634 of file zoom_video_sdk_def.h.
References FileTransferState_None, transProgress, and transStatus.
FileTransferProgress ZoomVideoSDKFileStatus::transProgress |
Detailed progress information of the file transfer.
See FileTransferProgress for data members like ratio, transferred size, and speed.
Definition at line 633 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKFileStatus().
FileTransferStatus ZoomVideoSDKFileStatus::transStatus |
Current status of the file transfer.
See FileTransferStatus for possible values.
Definition at line 627 of file zoom_video_sdk_def.h.
Referenced by ZoomVideoSDKFileStatus().