|
Video SDK for MacOS API Reference
|
Represents the progress details of a file transfer. More...
#include <ZMVideoSDKSession.h>
Inherits NSObject.
Properties | |
| unsigned int | ratio |
| The ratio of the file transfer completed. | |
| unsigned long long | completeSize |
| The size of the file transferred so far in bytes. | |
| unsigned int | bitPreSecond |
| The speed of the file transfer in bits per second. | |
Represents the progress details of a file transfer.
Definition at line 17 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
The speed of the file transfer in bits per second.
Definition at line 29 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
The size of the file transferred so far in bytes.
Definition at line 25 of file ZMVideoSDKSession.h.
|
readnonatomicassign |
The ratio of the file transfer completed.
Definition at line 21 of file ZMVideoSDKSession.h.