Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKFileStatus Class Reference

Represents the status of a file transfer, including current state and progress. More...

#include <ZMVideoSDKSession.h>

Inherits NSObject.

Properties

ZMVideoSDKFileTransferStatus transStatus
 The status of the file transfer.
 
ZMFileTransferProgresstransProgress
 The progress of the file transfer.
 

Detailed Description

Represents the status of a file transfer, including current state and progress.

Definition at line 37 of file ZMVideoSDKSession.h.

Property Documentation

◆ transProgress

- (ZMFileTransferProgress*) transProgress
readnonatomicretain

The progress of the file transfer.

Definition at line 45 of file ZMVideoSDKSession.h.

◆ transStatus

- (ZMVideoSDKFileTransferStatus) transStatus
readnonatomicassign

The status of the file transfer.

Definition at line 41 of file ZMVideoSDKSession.h.