Retrieving basic information about a file transfer in the Zoom Video SDK.
More...
#include <zoom_video_sdk_def.h>
Inherited by IZoomVideoSDKReceiveFile, and IZoomVideoSDKSendFile.
Retrieving basic information about a file transfer in the Zoom Video SDK.
Definition at line 644 of file zoom_video_sdk_def.h.
◆ ~IZoomVideoSDKFileTransferBaseInfo()
virtual IZoomVideoSDKFileTransferBaseInfo::~IZoomVideoSDKFileTransferBaseInfo |
( |
| ) |
|
|
inlinevirtual |
◆ getFileName()
virtual const zchar_t * IZoomVideoSDKFileTransferBaseInfo::getFileName |
( |
| ) |
|
|
pure virtual |
Get the name of the file being transferred.
- Returns
- Pointer to a string containing the file name.
◆ getFileSize()
virtual uint32_t IZoomVideoSDKFileTransferBaseInfo::getFileSize |
( |
| ) |
|
|
pure virtual |
Get the size of the file in bytes.
- Returns
- File size in bytes.
◆ getStatus()
Get the current transfer status of the file.
- Returns
- A ZoomVideoSDKFileStatus structure with current status and progress.
◆ getTimeStamp()
virtual time_t IZoomVideoSDKFileTransferBaseInfo::getTimeStamp |
( |
| ) |
|
|
pure virtual |
Get the timestamp when the file transfer started.
- Returns
- The UNIX timestamp (in seconds) of the file transfer.
◆ isSendToAll()
virtual bool IZoomVideoSDKFileTransferBaseInfo::isSendToAll |
( |
| ) |
|
|
pure virtual |
Check whether the file was sent to all participants.
- Returns
- true if the file was sent to all, false otherwise.